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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
django-oauth avatar

django-oauth/django-oauth-toolkit

0
View on GitHub↗
3,327 stars·844 forks·Python·11 viewsdjango-oauth-toolkit.readthedocs.io↗

Django Oauth Toolkit

OAuth2 goodies for the Djangonauts!

Features

  • Authentication - Listed in the “Authentication” section of the Awesome Python awesome list.
  • Authentication and Permissions - OAuth 2 goodies for Django.

Star history

Star history chart for django-oauth/django-oauth-toolkitStar history chart for django-oauth/django-oauth-toolkit

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Django Oauth Toolkit

These projects share indexed features with Django Oauth Toolkit. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • dfunckt/django-rulesdfunckt avatar

    dfunckt/django-rules

    1,976View on GitHub↗

    Awesome Django authorization, without the database

    Pythonauthorizationdjangopermissions
    View on GitHub↗1,976
  • django-guardian/django-guardiandjango-guardian avatar

    django-guardian/django-guardian

    3,903View on 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
    View on GitHub↗3,903
  • authlib/authlibauthlib avatar

    authlib/authlib

    5,346View on 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
    View on GitHub↗5,346
  • jpadilla/pyjwtjpadilla avatar

    jpadilla/pyjwt

    5,598View on 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
    View on GitHub↗5,598
Compare all 30 related projects→

Frequently asked questions

What does django-oauth/django-oauth-toolkit do?

OAuth2 goodies for the Djangonauts!

What are the main features of django-oauth/django-oauth-toolkit?

The main features of django-oauth/django-oauth-toolkit are: Authentication, Authentication and Permissions.

Which projects share features with django-oauth/django-oauth-toolkit?

Projects with overlapping indexed features include: 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. authlib/authlib — Authlib is a comprehensive Python library for building and integrating OAuth 1.0, OAuth 2.0, and OpenID Connect… dfunckt/django-rules — Awesome Django authorization, without the database. jpadilla/pyjwt — PyJWT is a Python library for encoding, decoding, and verifying JSON Web Tokens (JWTs). It provides comprehensive JWT… pennersr/django-allauth — django-allauth is a comprehensive authentication framework for Django applications that manages user registration,…