django-centralauth

App for managing user access and permissions from multiple projects.


License
MIT
Install
pip install django-centralauth==1.1.0

Documentation

django-centralauth

Latest Version CI Status Coverage Status Documentation Status

django-centralauth solves the problem of managing user access and permissions from multiple projects in one central place.

Features

  • based on OAuth2 standard.
  • provider app to set up your own user-management application.
  • client app for delegating authentication and permissions management to provider.

Requirements

django-centralauth supports Python 3 only and requires at least Django 2. and django-oauth-toolkit.

Prepare for development

$ poetry install

Now you're ready to run the tests:

$ poetry run py.test

Resources