Add tmpauthenticator by default to TLJH

Is popular enough we should let people use it by
default
This commit is contained in:
yuvipanda
2019-06-05 15:17:58 +02:00
parent b84c1fbe0d
commit f7c472df5f
2 changed files with 3 additions and 0 deletions

View File

@@ -208,6 +208,7 @@ def ensure_jupyterhub_package(prefix):
'jupyterhub-firstuseauthenticator==0.12',
'jupyterhub-nativeauthenticator==0.0.4',
'jupyterhub-ldapauthenticator==1.2.2',
'jupyterhub-tmpauthenticator==0.6',
'oauthenticator==0.8.2',
])
traefik.ensure_traefik_binary(prefix)