Skip to content

jupyter-server v2 generates new user for each request when auth is disabled #1033

Closed
@davidbrochart

Description

@davidbrochart

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):

[I 2022-10-17 15:38:58.918 ServerApp] Generating new user for token-authenticated request: 705352af6e224d44b191366eab6f3a8b
  1. pip install jupyterlab
  2. pip install jupyter-server==2.0.0rc3
  3. jupyter lab --ServerApp.token='' --ServerApp.password=''
  4. See messages as described above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions