docs | |
---|---|
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
pip install django-auth0-user
https://django-auth0-user.readthedocs.io/
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 |