django-rules
Authorization framework
An authorization framework for Django applications that doesn't rely on a database.
Awesome Django authorization, without the database
2k stars
38 watching
149 forks
Language: Python
last commit: 5 months ago
Linked from 4 awesome lists
authorizationdjangopermissionspredicatespythonrules
Related projects:
Repository | Description | Stars |
---|---|---|
drf-psq/drf-psq | A Django REST framework extension that simplifies the management of action-based permissions and serializer/queryset choices | 47 |
dbkaplan/dry-rest-permissions | A permission framework for Django REST Framework that allows rules-based permissions and separates global and object-level access control. | 377 |
rsinger86/drf-access-policy | A declarative access control system for Django REST Framework projects. | 478 |
caxap/rest_condition | Provides a flexible way to define complex permissions flows in Django REST Framework projects. | 280 |
ergo/ziggurat_foundations | Framework agnostic authorization and permission management toolkit | 71 |
adamchainz/django-permissions-policy | A Django app that sets the Permissions-Policy HTTP header to control third-party feature access | 100 |
vintasoftware/django-role-permissions | A Django app that extends user Group and Permission functionalities to implement role-based permissions | 730 |
jazzband/django-two-factor-auth | Provides Two-Factor Authentication for Django projects using django-otp and other libraries. | 1,715 |
django/django | A high-level Python web framework that facilitates rapid development and clean design for building web applications. | 81,451 |
denisorehovsky/django-elm-auth-with-jwt | An example of implementing JSON Web Token authentication using Django and Django REST Framework as backend and Elm for frontend. | 20 |
5monkeys/django-formapi | A Django API framework with signed requests and form validation for secure and structured data exchange. | 35 |
wsvincent/drfx | A Django project framework with authentication and API endpoints for quick development. | 484 |
micropyramid/django-mfa | Adds an extra layer of security to Django applications by requiring users to provide a second form of verification in addition to their password | 183 |
niwinz/djangorestframework-composed-permissions | A tool for defining complex permissions in Django REST Framework | 79 |
apragacz/django-rest-registration | A comprehensive REST API framework for user registration and authentication in Django applications. | 550 |