jupyterhub-crowd

Crowd authenticator for JupyterHub


License
MIT
Install
pip install jupyterhub-crowd==0.0.2

Documentation

JupyterHub Crowd Authenticator

Crowd authenticator for JupyterHub.

Installation

Install with pip:

pip install jupyterhub_crowd

Setup

In jupyterhub_config.py, add:

c.JupyterHub.authenticator_class = 'jupyterhub_crowd.Crowthenticator'
c.Crowthenticator.server_url = 'https://crowd.xxx.yyy/'
c.Crowthenticator.server_appname = 'foo'
c.Crowthenticator.server_password = 'bar'
c.Crowthenticator.username_from_email = True