1 个仓库
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.
这是一个用于 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.