awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dfunckt avatar

dfunckt/django-rules

0
View on GitHub↗
1,976 stars·153 forks·Python·MIT·8 vues

Django Rules

Awesome Django authorization, without the database

Features

  • Access Control - Object-level permissions without database dependency.
  • Authentication - Listed in the “Authentication” section of the Awesome Python awesome list.
  • Authentication and Permissions - Object-level permissions for Django without database requirements.
  • Authorization - Object-level permissions without database requirements.
  • Permissions - Object-level permissions without database dependencies.

Historique des stars

Graphique de l'historique des stars pour dfunckt/django-rulesGraphique de l'historique des stars pour dfunckt/django-rules

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Django Rules

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Django Rules.
  • django-guardian/django-guardianAvatar de django-guardian

    django-guardian/django-guardian

    3,903Voir sur GitHub↗

    django-guardian is a Django object permission library that enables the assignment of fine-grained access rights to individual database records. This system provides object-level access control, allowing users or groups to be granted permissions for specific model instances rather than applying a single global rule to an entire data model. The library includes a permission manager for the Django administrative interface, which provides a visual dashboard to assign and audit these instance-specific security rules. It also features an anonymous access controller to define and verify permissions

    Python
    Voir sur GitHub↗3,903
  • authlib/authlibAvatar de authlib

    authlib/authlib

    5,346Voir sur GitHub↗

    Authlib is a comprehensive Python library for building and integrating OAuth 1.0, OAuth 2.0, and OpenID Connect clients and servers. It provides a unified set of tools to manage authentication and authorization flows, allowing applications to either act as a client connecting to external identity providers or as a provider issuing tokens and managing user identities. The project distinguishes itself through a full implementation of the JOSE standards, offering a suite of cryptographic tools for generating, signing, encrypting, and validating JSON Web Tokens, Signatures, Encryption, and Keys.

    Pythondjangoflaskjose
    Voir sur GitHub↗5,346
  • django-oauth/django-oauth-toolkitAvatar de django-oauth

    django-oauth/django-oauth-toolkit

    3,327Voir sur GitHub↗

    OAuth2 goodies for the Djangonauts!

    Pythondjangooauth2python
    Voir sur GitHub↗3,327
  • jpadilla/pyjwtAvatar de jpadilla

    jpadilla/pyjwt

    5,598Voir sur GitHub↗

    PyJWT is a Python library for encoding, decoding, and verifying JSON Web Tokens (JWTs). It provides comprehensive JWT functionality including algorithm-agnostic signing and verification, supporting both symmetric HMAC shared-secret cryptography and asymmetric RSA/ECDSA public-key cryptography for flexible trust models. The library implements a claim-based validation pipeline that checks issuer, audience, expiration, and other time-based claims during token decoding, with configurable clock skew tolerance for distributed systems. It requires callers to explicitly specify allowed signing algori

    Pythonhacktoberfestjwtpython
    Voir sur GitHub↗5,598
Voir les 30 alternatives à Django Rules→

Questions fréquentes

Que fait dfunckt/django-rules ?

Awesome Django authorization, without the database

Quelles sont les fonctionnalités principales de dfunckt/django-rules ?

Les fonctionnalités principales de dfunckt/django-rules sont : Access Control, Authentication, Authentication and Permissions, Authorization, Permissions.

Quelles sont les alternatives open-source à dfunckt/django-rules ?

Les alternatives open-source à dfunckt/django-rules incluent : django-guardian/django-guardian — django-guardian is a Django object permission library that enables the assignment of fine-grained access rights to… oauthlib/oauthlib — A generic, spec-compliant, thorough implementation of the OAuth request-signing logic. jpadilla/pyjwt — PyJWT is a Python library for encoding, decoding, and verifying JSON Web Tokens (JWTs). It provides comprehensive JWT… django-oauth/django-oauth-toolkit — OAuth2 goodies for the Djangonauts! authlib/authlib — Authlib is a comprehensive Python library for building and integrating OAuth 1.0, OAuth 2.0, and OpenID Connect… pennersr/django-allauth — django-allauth is a comprehensive authentication framework for Django applications that manages user registration,…