django-auth-jwt-tenant

Tenant Django Authentication using JWT from parent Django project


Keywords
django, auth, jwt, tenant
License
MIT
Install
pip install django-auth-jwt-tenant==0.1.0

Documentation

Django_auth_jwt_tenant

This is a library to enable auth from another Django project using JWT

Contributing

After cloning this repo, ensure dependencies are installed by running:

pip install -e ".[test]"

After developing, the full test suite can be evaluated by running:

py.test django_auth_jwt_tenant --cov=django_auth_jwt_tenant # Use -v -s for verbose mode