Skip to content

lenarother/django-centralauth

Repository files navigation

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

About

Centralized authentication / authorization

Resources

License

Stars

Watchers

Forks

Packages

No packages published