Merge pull request #4932 from manics/subdowmain-doc

Remove out-of-date info from subdomain_hook doc
This commit is contained in:
Min RK
2024-10-20 09:14:56 +02:00
committed by GitHub

View File

@@ -873,13 +873,7 @@ class JupyterHub(Application):
but your identity provider is likely much more strict, but your identity provider is likely much more strict,
allowing you to make assumptions about the name. allowing you to make assumptions about the name.
The default behavior is to have all services The 'idna' hook should produce a valid domain name for any user,
on a single `services.{domain}` subdomain,
and each user on `{username}.{domain}`.
This is the 'legacy' scheme,
and doesn't work for all usernames.
The 'idna' scheme is a new scheme that should produce a valid domain name for any user,
using IDNA encoding for unicode usernames, and a truncate-and-hash approach for using IDNA encoding for unicode usernames, and a truncate-and-hash approach for
any usernames that can't be easily encoded into a domain component. any usernames that can't be easily encoded into a domain component.