Add NativeAuth as an optional authenticator

This commit is contained in:
Leticia Portella
2019-02-20 17:18:21 +00:00
parent 5d533735aa
commit d41347f933
5 changed files with 58 additions and 1 deletions

View File

@@ -188,6 +188,7 @@ def ensure_jupyterhub_package(prefix):
'jupyterhub-dummyauthenticator==0.3.1',
'jupyterhub-systemdspawner==0.11',
'jupyterhub-firstuseauthenticator==0.12',
'jupyterhub-nativeauthenticator==0.0.4',
'jupyterhub-ldapauthenticator==1.2.2',
'oauthenticator==0.8.0',
])