jupyterhub / zero-to-jupyterhub-k8s

Helm Chart & Documentation for deploying JupyterHub on Kubernetes
https://zero-to-jupyterhub.readthedocs.io
Other
1.56k stars 799 forks source link

add jupyterhub-multiauthenticator to requirements.txt #3459

Open lahwaacz opened 4 months ago

lahwaacz commented 4 months ago

MultiAuthenticator a multiplexer authenticator class that allows to use more than one authentication option with JupyterHub, originated from https://github.com/jupyterhub/oauthenticator/pull/459

It would be nice to have it in the default image :smile:

minrk commented 1 month ago

I think it would be good to have a release with https://github.com/idiap/multiauthenticator/pull/33 and https://github.com/idiap/multiauthenticator/pull/32 before landing here.

Especially https://github.com/idiap/multiauthenticator/pull/33 because it is required to allow multiauthenticator to be configured with yaml config without resorting to Python-strings-in-yaml.