jupyterhub-example-kerberos
jupyterhub-example-kerberos copied to clipboard
Using user_options would save password into database
The user_options would save in database, so the password would be in database too.
I think it will be better to use env directly. For example, self.env['KERBEROS_PASSWORD'] = password.