-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jupyter-server v2 generates new user for each request when auth is disabled #1033
Labels
Comments
This causes JupyterLab to be given a different user name periodically through |
cc @minrk |
minrk
changed the title
jupyter-server v2 assumes token authentication
jupyter-server v2 generates new user for each request when auth is disabled
Nov 18, 2022
I think this stems from the fact that when auth is disabled we avoid setting the login cookie, which is how we persist the anonymous user info. I see two options:
#1076 implements option 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
With
jupyter_server==2.0.0rc3
, launching the server with no authentication:jupyter lab --ServerApp.token='' --ServerApp.password=''
creates a bunch of messages in the console (maybe one for each request):
pip install jupyterlab
pip install jupyter-server==2.0.0rc3
jupyter lab --ServerApp.token='' --ServerApp.password=''
The text was updated successfully, but these errors were encountered: