Skip to main content

Crowd authenticator for JupyterHub

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyterhub_crowd-0.0.2.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

jupyterhub_crowd-0.0.2-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page