mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00

In part to cleanup a few remnants of early design where jupyterhub was ‘jupyter-hub’ instead of ‘jupyterhub’. Should also clarify to some degree what the cookies are for. - hub login cookie is now ‘jupyterhub-hub-login’ instead of ‘jupyter-hub-token’ - user server cookie is now ‘jupyterhub-user-<name>’ instead of ‘user-name’ to keep jupyterhub prefix on all cookies All cookies at this point: - jupyterhub-session-id on / - jupyterhub-hub-login on /hub/ (the main login cookie) - jupyterhub-services on /services/ - jupyterhub-user-<name> on /user/:name - jupyterhub-user-<name>-oauth-state on /user/:name during oauth