Home

Awesome

Native Authenticator

Latest PyPI version Documentation build status GitHub Workflow Status - Test Code coverage <br> GitHub Discourse Gitter Contribute

This is a relatively simple authenticator for small or medium-sized JupyterHub applications. Signup and authentication are implemented as native to JupyterHub without relying on external services.

NativeAuthenticator provides the following features:

Documentation

The latest documentation is always on readTheDocs, available here.

Running tests

To run the tests locally, you can install the development dependencies like so:

pip install -e ".[test]"

Then run tests with pytest:

pytest