django-centralauth solves the problem of managing user access and permissions from multiple projects in one central place.
- based on OAuth2 standard.
- provider app to set up your own user-management application.
- client app for delegating authentication and permissions management to provider.
django-centralauth supports Python 3 only and requires at least Django 2. and django-oauth-toolkit.
$ poetry install
Now you're ready to run the tests:
$ poetry run py.test