Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-centralauth

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-centralauth

App for managing user access and permissions from multiple projects.

  • 2.0.0
  • PyPI
  • Socket score

Maintainers
2

django-centralauth

.. image:: https://img.shields.io/pypi/v/django-centralauth.svg :target: https://pypi.org/project/django-centralauth/ :alt: Latest Version

.. image:: https://github.com/lenarother/django-centralauth/workflows/Test/badge.svg?branch=master :target: https://github.com/lenarother/django-centralauth/actions?workflow=Test :alt: CI Status

.. image:: https://codecov.io/gh/lenarother/django-centralauth/branch/master/graph/badge.svg :target: https://codecov.io/gh/lenarother/django-centralauth :alt: Coverage Status

.. image:: https://readthedocs.org/projects/django-centralauth/badge/?version=latest :target: https://django-centralauth.readthedocs.io/en/stable/?badge=latest :alt: 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

.. code-block:: shell

$ poetry install

Now you're ready to run the tests:

.. code-block:: shell

$ poetry run py.test

Resources

  • Documentation <https://django-centralauth.readthedocs.io>_
  • Bug Tracker <https://github.com/moccu/django-centralauth/issues>_
  • Code <https://github.com/moccu/django-centralauth/>_

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc