awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
omab avatar

omab/python-social-auth

0
View on GitHub↗
2,803 星标·1,065 分支·Python·BSD-3-Clause·3 次浏览psa.matiasaguirre.net↗

Python Social Auth

Social auth made simple

Features

  • Authentication - Social authentication and registration mechanism.
  • Authentication Libraries - Simplified social authentication integration.

Star 历史

omab/python-social-auth 的 Star 历史图表omab/python-social-auth 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

常见问题解答

omab/python-social-auth 是做什么的?

Social auth made simple

omab/python-social-auth 的主要功能有哪些?

omab/python-social-auth 的主要功能包括:Authentication, Authentication Libraries。

omab/python-social-auth 有哪些开源替代品?

omab/python-social-auth 的开源替代品包括: pennersr/django-allauth — django-allauth is a comprehensive authentication framework for Django applications that manages user registration,… jpadilla/pyjwt — PyJWT is a Python library for encoding, decoding, and verifying JSON Web Tokens (JWTs). It provides comprehensive JWT… iaincollins/next-auth — Next-auth is an authentication library and identity framework used to manage user sign-in and session state across web… bbangert/velruse — Velruse is a set of authentication routines that provide a unified way to have a website user authenticate to a… bouke/django-two-factor-auth — Django Two-Factor Authentication. blakewilliams/doorman — Tools to make Plug, and Phoenix authentication simple and flexible.

Python Social Auth 的开源替代方案

相似的开源项目,按与 Python Social Auth 的功能重合度排序。
  • 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
  • pennersr/django-allauthpennersr 的头像

    pennersr/django-allauth

    10,342在 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
    在 GitHub 上查看↗10,342
  • iaincollins/next-authiaincollins 的头像

    iaincollins/next-auth

    28,272在 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
    在 GitHub 上查看↗28,272
  • bbangert/velrusebbangert 的头像

    bbangert/velruse

    251在 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
    在 GitHub 上查看↗251
  • 查看 Python Social Auth 的所有 30 个替代方案→