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

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

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

1 个仓库

Awesome GitHub RepositoriesOAuth Protocol Implementations

Comprehensive implementations of multiple versions of the OAuth standard for authentication and authorization.

Distinct from OAuth 2.0 Authorization Flows: Covers a suite of multiple OAuth standards (1.0a and 2.0) rather than a single version implementation.

Explore 1 awesome GitHub repository matching security & cryptography · OAuth Protocol Implementations. Refine with filters or upvote what's useful.

Awesome OAuth Protocol Implementations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • spring-attic/spring-security-oauthspring-attic 的头像

    spring-attic/spring-security-oauth

    4,693在 GitHub 上查看↗

    这是一个用于 Java Web 应用程序的 OAuth 安全框架。它提供了一套工具,用于使用标准化的委托授权协议为 Spring 应用程序添加身份验证和授权。 该库实现了 OAuth 1.0a 和 OAuth 2.0 标准。对于 OAuth 2.0,它包括客户端实现(用于请求访问令牌和使用受保护资源)和提供者实现(用于颁发访问令牌和管理授权许可)。 该框架涵盖了 API 授权工作流、保护应用程序之间的通信以及通过基于令牌的系统管理数据访问权限。

    Provides a complete framework managing authentication and authorization flows for both OAuth 1.0a and 2.0.

    Java
    在 GitHub 上查看↗4,693
  1. Home
  2. Security & Cryptography
  3. OAuth Protocol Implementations