mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Add back FIXME notes unchanged
This commit is contained in:
@@ -182,6 +182,10 @@ def update_auth(c, config):
|
|||||||
be set.
|
be set.
|
||||||
"""
|
"""
|
||||||
tljh_auth_config = config['auth']
|
tljh_auth_config = config['auth']
|
||||||
|
|
||||||
|
# FIXME: Make sure this is something importable.
|
||||||
|
# FIXME: SECURITY: Class must inherit from Authenticator, to prevent us
|
||||||
|
# being used to set arbitrary properties on arbitrary types of objects!
|
||||||
c.JupyterHub.authenticator_class = tljh_auth_config['type']
|
c.JupyterHub.authenticator_class = tljh_auth_config['type']
|
||||||
|
|
||||||
for auth_key, auth_value in tljh_auth_config.items():
|
for auth_key, auth_value in tljh_auth_config.items():
|
||||||
|
|||||||
Reference in New Issue
Block a user