nullauthenticator: relative imports, entrypoint, doc

This commit is contained in:
Simon Li
2021-09-23 20:28:47 +01:00
parent 2bb9f4f444
commit 2ade7328d1
2 changed files with 10 additions and 11 deletions

View File

@@ -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',