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·5 次浏览

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.

Star 历史

dfunckt/django-rules 的 Star 历史图表dfunckt/django-rules 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Django Rules 的开源替代方案

相似的开源项目,按与 Django Rules 的功能重合度排序。
  • django-guardian/django-guardiandjango-guardian 的头像

    django-guardian/django-guardian

    3,903在 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
    在 GitHub 上查看↗3,903
  • authlib/authlibauthlib 的头像

    authlib/authlib

    5,346在 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
    在 GitHub 上查看↗5,346
  • django-oauth/django-oauth-toolkitdjango-oauth 的头像

    django-oauth/django-oauth-toolkit

    3,327在 GitHub 上查看↗

    OAuth2 goodies for the Djangonauts!

    Pythondjangooauth2python
    在 GitHub 上查看↗3,327
  • jpadilla/pyjwtjpadilla 的头像

    jpadilla/pyjwt

    5,598在 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
    在 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,…