You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if there's a point in refactoring the default LoginHandler just to change token generation. Then again, it wouldn't hurt to generate the token in a single place that can be easily overwritten in a derived class.
The user token generation/validation is done in various methods of https://github.com/jupyter/jupyter_server/blob/master/jupyter_server/auth/login.py
There is no way for an jupyter admin to change that and use for example an external token provider such as e.g. an OpenID Connect provider.
Is there an interest for such usecase, and how could this be implemented in a pluggable way?
The text was updated successfully, but these errors were encountered: