jupyterhub-nanowireauthenticator

Nanowire Authenticator for JupyterHub


License
BSD-1-Clause
Install
pip install jupyterhub-nanowireauthenticator==0.0.4

Documentation

Nanowire JupyterHub Authenticator

Simple authenticator for Nanowire based on the dummyauthenticator.

Installation

pip install jupyterhub-nanowireauthenticator

Should install it. It has no additional dependencies beyond JupyterHub and requests.

You can then use this as your authenticator by adding the following line to your jupyterhub_config.py:

c.JupyterHub.authenticator_class = 'nanowireauthenticator.NanowireAuthenticator'