awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dfunckt avatar

dfunckt/django-rules

0
View on GitHub↗
1,976 स्टार्स·153 फोर्क्स·Python·MIT·9 व्यूज़

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.

स्टार हिस्ट्री

dfunckt/django-rules के लिए स्टार हिस्ट्री चार्टdfunckt/django-rules के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Django Rules के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Django Rules के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • django-guardian/django-guardiandjango-guardian का अवतार

    django-guardian/django-guardian

    3,903GitHub पर देखें↗

    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
    GitHub पर देखें↗3,903
  • authlib/authlibauthlib का अवतार

    authlib/authlib

    5,346GitHub पर देखें↗

    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
    GitHub पर देखें↗5,346
  • django-oauth/django-oauth-toolkitdjango-oauth का अवतार

    django-oauth/django-oauth-toolkit

    3,327GitHub पर देखें↗

    OAuth2 goodies for the Djangonauts!

    Pythondjangooauth2python
    GitHub पर देखें↗3,327
  • jpadilla/pyjwtjpadilla का अवतार

    jpadilla/pyjwt

    5,598GitHub पर देखें↗

    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
    GitHub पर देखें↗5,598
Django Rules के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

dfunckt/django-rules क्या करता है?

Awesome Django authorization, without the database

dfunckt/django-rules की मुख्य विशेषताएं क्या हैं?

dfunckt/django-rules की मुख्य विशेषताएं हैं: Access Control, Authentication, Authentication and Permissions, Authorization, Permissions।

dfunckt/django-rules के कुछ ओपन-सोर्स विकल्प क्या हैं?

dfunckt/django-rules के ओपन-सोर्स विकल्पों में शामिल हैं: 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,…