Simplify NullAuthenticator, add test

This commit is contained in:
Simon Li
2021-09-27 23:05:53 +01:00
parent 8a6b364ca5
commit 28f56ba510
4 changed files with 32 additions and 31 deletions

View File

@@ -100,7 +100,7 @@ setup_args = dict(
'default = jupyterhub.auth:PAMAuthenticator',
'pam = jupyterhub.auth:PAMAuthenticator',
'dummy = jupyterhub.auth:DummyAuthenticator',
"null = jupyterhub.nullauthenticator:NullAuthenticator",
'null = jupyterhub.auth:NullAuthenticator',
],
'jupyterhub.proxies': [
'default = jupyterhub.proxy:ConfigurableHTTPProxy',