mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 01:54:09 +00:00
nullauthenticator: relative imports, entrypoint, doc
This commit is contained in:
1
setup.py
1
setup.py
@@ -100,6 +100,7 @@ setup_args = dict(
|
||||
'default = jupyterhub.auth:PAMAuthenticator',
|
||||
'pam = jupyterhub.auth:PAMAuthenticator',
|
||||
'dummy = jupyterhub.auth:DummyAuthenticator',
|
||||
"null = jupyterhub.nullauthenticator:NullAuthenticator",
|
||||
],
|
||||
'jupyterhub.proxies': [
|
||||
'default = jupyterhub.proxy:ConfigurableHTTPProxy',
|
||||
|
Reference in New Issue
Block a user