django-auth0-user

Django Authentication and Authorisation using Auth0 and Python Social Auth


Keywords
Auth0, Django, Python, Social, Auth, Rest, Framework
License
BSD-2-Clause
Install
pip install django-auth0-user==0.16.5

Documentation

Overview

docs Documentation Status
tests
package

Django Authentication and Authorisation using Auth0 and Python Social Auth

Warning, this library is under active development, it is also not 1.0 yet, and has a sort of 'production' user already. Documentation, bugs, features, and pretty much everything is in flux.

  • Free software: BSD license

Installation

pip install django-auth0-user

Documentation

https://django-auth0-user.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox