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
Back to omab/python-social-auth

Projects sharing features with Python Social Auth

30 open-source projects similar to omab/python-social-auth, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • 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
  • 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
  • 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

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
  • bbangert/velrusebbangert avatar

    bbangert/velruse

    251View on GitHub↗

    Velruse is a set of authentication routines that provide a unified way to have a website user authenticate to a variety of different identity providers and/or a variety of different authentication schemes.

    Python
    View on GitHub↗251
  • bouke/django-two-factor-authBouke avatar

    Bouke/django-two-factor-auth

    1,872View on GitHub↗

    Django Two-Factor Authentication

    Python
    View on GitHub↗1,872
  • bread-and-pepper/django-userenabread-and-pepper avatar

    bread-and-pepper/django-userena

    1,245View on GitHub↗

    Userena is a Django application that supplies your Django project with full account management. It's a fully customizable application that takes care of the signup, activation, messaging and more. It's BSD licensed, which means you can use it commercially for free!

    Python
    View on GitHub↗1,245
  • blakewilliams/doormanBlakeWilliams avatar

    BlakeWilliams/doorman

    121View on GitHub↗

    Tools to make Plug, and Phoenix authentication simple and flexible.

    Elixir
    View on GitHub↗121
  • caffeinehit/django-oauth2-providercaffeinehit avatar

    caffeinehit/django-oauth2-provider

    338View on GitHub↗

    Provide OAuth2 access to your app

    Python
    View on GitHub↗338
  • cd34/apexcd34 avatar

    cd34/apex

    95View on GitHub↗

    Apex

    Python
    View on GitHub↗95
  • cely-tools/celycely-tools avatar

    cely-tools/Cely

    165View on GitHub↗

    Plug-n-Play login system for iOS written in Swift

    Swift
    View on GitHub↗165
  • chi2labs/cognitorchi2labs avatar

    chi2labs/cognitoR

    22View on GitHub↗

    CognitoR

    R
    View on GitHub↗22
  • cordea/oauthC

    CORDEA/oauth

    0View on GitHub↗
    View on GitHub↗0
  • curso-r/auth0curso-r avatar

    curso-r/auth0

    165View on GitHub↗

    stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)

    R
    View on GitHub↗165
  • danschultzer/powdanschultzer avatar

    danschultzer/pow

    1,672View on GitHub↗

    Robust, modular, and extendable user authentication system

    Elixir
    View on GitHub↗1,672
  • davedoesdev/python-jwtdavedoesdev avatar

    davedoesdev/python-jwt

    222View on GitHub↗

    Python module for generating and verifying JSON Web Tokens

    Python
    View on GitHub↗222
  • datastorm-open/shinymanagerdatastorm-open avatar

    datastorm-open/shinymanager

    404View on GitHub↗

    Live demo:

    HTML
    View on GitHub↗404
  • delba/swiftyoauthdelba avatar

    delba/SwiftyOAuth

    486View on GitHub↗

    A simple OAuth library for iOS with a built-in set of providers

    Swift
    View on GitHub↗486
  • demianbrecht/sanctiondemianbrecht avatar

    demianbrecht/sanction

    189View on GitHub↗

    A dead simple OAuth2 client implementation.

    Python
    View on GitHub↗189
  • dfunckt/django-rulesdfunckt avatar

    dfunckt/django-rules

    1,976View on GitHub↗

    Awesome Django authorization, without the database

    Pythonauthorizationdjangopermissions
    View on GitHub↗1,976
  • diegoefe/shinydbauthdiegoefe avatar

    diegoefe/shinydbauth

    5View on GitHub↗

    Simple authentification mechanism for single 'shiny' applications.

    R
    View on GitHub↗5
  • 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
  • django-oauth/django-oauth-toolkitdjango-oauth avatar

    django-oauth/django-oauth-toolkit

    3,327View on GitHub↗

    OAuth2 goodies for the Djangonauts!

    Pythondjangooauth2python
    View on GitHub↗3,327
  • dwyl/elixir-auth-googledwyl avatar

    dwyl/elixir-auth-google

    289View on GitHub↗

    👤Minimalist Google OAuth Authentication for Elixir Apps. Tested, Documented & Maintained. Setup in 5 mins. 🚀

    Elixir
    View on GitHub↗289
  • evonove/django-oauth-toolkitevonove avatar

    evonove/django-oauth-toolkit

    3,327View on GitHub↗

    OAuth2 goodies for the Djangonauts!

    Python
    View on GitHub↗3,327
  • fjcaetano/recaptchafjcaetano avatar

    fjcaetano/ReCaptcha

    271View on GitHub↗

    Invisible ReCaptcha v2 for iOS

    Swiftgooglereactiverecaptcha
    View on GitHub↗271
  • guardian/play-googleauthguardian avatar

    guardian/play-googleauth

    37View on GitHub↗

    Simple play module for authenticating against Google

    Scala
    View on GitHub↗37
  • handnot2/samlyhandnot2 avatar

    handnot2/samly

    135View on GitHub↗

    Elixir Plug library to enable SAML 2.0 SP SSO in Phoenix/Plug applications.

    Elixir
    View on GitHub↗135
  • handnot2/sigawshandnot2 avatar

    handnot2/sigaws

    13View on GitHub↗

    An Elixir library to sign and verify HTTP requests using AWS Signature V4

    Elixir
    View on GitHub↗13
  • brianloveswords/python-jwsbrianloveswords avatar

    brianloveswords/python-jws

    56View on GitHub↗

    python implementation of JSON Web Signatures

    Python
    View on GitHub↗56
  • bennylope/django-organizationsbennylope avatar

    bennylope/django-organizations

    1,357View on GitHub↗

    :couple: Multi-user accounts for Django projects

    Python
    View on GitHub↗1,357