jupyterhub/nullauthenticator

Name: nullauthenticator

Owner: JupyterHub

Description: Null Authenticator for JupyterHub instances that should have no login mechanism

Created: 2017-08-30 09:12:22.0

Updated: 2017-10-11 15:05:01.0

Pushed: 2017-10-11 16:19:04.0

Homepage: null

Size: 11

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

NullAuthenticator

PyPI

Null Authenticator for JupyterHub instances that should have no login mechanism, such as those that exclusively allow access via API token.

Installation

As prerequisites, Python 3.4+ and JupyterHub 0.8.0+ are required to use Null Authenticator.

To install nullauthenticator, enter in a terminal:

on3 -m pip install nullauthenticator
Usage

Enable null authenticator in jupyterhub_config.py:

pyterHub.authenticator_class = 'nullauthenticator.NullAuthenticator'
Example

The examples directory of this repo demonstrates a token-only example with Null Authenticator which uses external user creation and authentication.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.