Skip to content
Snippets Groups Projects
Commit 33046e5a authored by Swen Vermeul's avatar Swen Vermeul
Browse files

enabled persisting auth_state in JupyterHub

parent 5ff3846e
No related branches found
No related tags found
No related merge requests found
......@@ -448,3 +448,7 @@ c.LocalAuthenticator.create_system_users = True
#------------------------------------------------------------------------------
c.OpenbisAuthenticator.server_url = "https://localhost:8443"
c.OpenbisAuthenticator.verify_certificates = False
# enable persisting auth_state:
c.Authenticator.enable_auth_state = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment