lenarother / django-centralauth

Centralized authentication / authorization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 97.4%Language:HTML 1.8%Language:Makefile 0.8%