awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to davedoesdev/python-jwt

Open-source alternatives to Python Jwt

14 open-source projects similar to davedoesdev/python-jwt, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Python Jwt alternative.

  • iaincollins/next-authiaincollins avatar

    iaincollins/next-auth

    28,272View on GitHub↗

    Next-auth is an authentication library and identity framework used to manage user sign-in and session state across web applications. It provides a system for handling user identity through OAuth, OpenID Connect, and passwordless sign-in flows. The project features a multi-provider framework that integrates third-party identity services and custom directory backends. It supports passwordless authentication via email magic links or hardware keys and utilizes a database-agnostic storage layer to persist authentication states across different database types or in-memory. Security is managed thro

    TypeScript
    View on GitHub↗28,272
  • caffeinehit/django-oauth2-providercaffeinehit avatar

    caffeinehit/django-oauth2-provider

    338View on GitHub↗

    Provide OAuth2 access to your app

    Python
    View on GitHub↗338
  • demianbrecht/sanctiondemianbrecht avatar

    demianbrecht/sanction

    189View on GitHub↗

    A dead simple OAuth2 client implementation.

    Python
    View on GitHub↗189
  • evonove/django-oauth-toolkitevonove avatar

    evonove/django-oauth-toolkit

    3,327View on GitHub↗

    OAuth2 goodies for the Djangonauts!

    Python
    View on GitHub↗3,327
  • idan/oauthlibidan avatar

    idan/oauthlib

    2,970View on GitHub↗

    A generic, spec-compliant, thorough implementation of the OAuth request-signing logic

    Python
    View on GitHub↗2,970

AI search

Explore more awesome repositories

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

Find more with AI search
  • joestump/python-oauth2joestump avatar

    joestump/python-oauth2

    3,009View on GitHub↗

    A fully tested, abstract interface to creating OAuth clients and servers.

    Python
    View on GitHub↗3,009
  • 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
  • lepture/authliblepture avatar

    lepture/authlib

    5,346View on GitHub↗

    Authlib is a comprehensive Python framework for implementing OAuth 1.0, OAuth 2.0, and OpenID Connect clients and servers. It provides a complete toolkit for identity management, spanning the development of authorization servers, resource servers, and client-side integrations. The library distinguishes itself through a full implementation of the JOSE specifications, including JSON Web Tokens, Encryption, Signatures, and Keys. It features specialized capabilities for non-interactive authentication via service account assertion frameworks and a compliance-correction layer designed to handle ide

    Python
    View on GitHub↗5,346
  • lepture/flask-oauthliblepture avatar

    lepture/flask-oauthlib

    1,449View on GitHub↗

    YOU SHOULD USE https://github.com/lepture/authlib

    Python
    View on GitHub↗1,449
  • litl/rauthlitl avatar

    litl/rauth

    1,600View on GitHub↗

    A Python library for OAuth 1.0/a, 2.0, and Ofly.

    Python
    View on GitHub↗1,600
  • mpdavis/python-josempdavis avatar

    mpdavis/python-jose

    1,752View on GitHub↗

    A JOSE implementation in Python

    Python
    View on GitHub↗1,752
  • omab/python-social-authomab avatar

    omab/python-social-auth

    2,803View on GitHub↗

    Social auth made simple

    Python
    View on GitHub↗2,803
  • brianloveswords/python-jwsbrianloveswords avatar

    brianloveswords/python-jws

    56View on GitHub↗

    python implementation of JSON Web Signatures

    Python
    View on GitHub↗56
  • pennersr/django-allauthpennersr avatar

    pennersr/django-allauth

    10,342View on GitHub↗

    django-allauth is a comprehensive authentication framework for Django applications that manages user registration, account ownership verification, and secure login processes. It provides a system for handling the entire user account lifecycle, including the ability to define custom signup fields and implement identity verification. The project distinguishes itself by providing a suite of OAuth and SAML integrations for social account authentication and the capability to act as an OpenID Connect identity provider. It further supports decoupled architectures through a token-based headless authe

    Pythonaccountsauthenticationdjango
    View on GitHub↗10,342