mayswind / nativeauthenticator

JupyterHub-native user authenticator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native Authenticator

Circle Ci Badge

Code Cov

A simple authenticator for small-medium size JupyterHub applications.

Native Authenticator provides the following features:

  • New users can signup on the system;
  • New users can be blocked of accessing the system and need an admin authorization;
  • Option of increase password security by avoiding common passwords or minimum password length;
  • Option to block users after a number attempts of login;
  • Option of open signup and no need for initial authorization;
  • Option of adding more information about users on signup.

Documentation

Documentation is available here

Running tests

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

$ pip install -r dev-requirements.txt

Then run tests with pytest:

$ pytest

About

JupyterHub-native user authenticator

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 73.5%Language:HTML 26.5%