oauth@0.9.3
Library for interacting with OAuth 1.0, 1.0A, 2 and Echo. Provides simplified client access and allows for construction of more complex apis and OAuth providers.
2011-07-23
安装 (0.9.3)
npm install oauth@0.9.3
yarn add oauth@0.9.3
pnpm add oauth@0.9.3
bun add oauth@0.9.3
版本列表
0.10.2
2025-03-11
0.10.1
2025-03-11
0.10.0
2022-07-22
0.9.15
2017-01-05
0.9.14
2015-09-22
0.9.13
2015-05-15
0.9.12
2014-05-21
0.9.11
2014-01-04
0.9.10
2013-03-05
0.9.9
2013-03-01
0.9.8
2012-07-28
0.9.7
2012-04-24
0.9.6
2012-03-02
0.9.5
2011-08-17
0.9.4
2011-08-15
0.9.3
2011-07-23
0.9.2
2011-06-29
0.9.1
2011-06-23
0.9.0
2011-02-13
0.8.4
2011-02-13
0.8.3
2011-02-13
0.8.2
2011-02-13
0.8.1
2011-02-13
0.8.0
2011-02-13
0.7.7
2011-02-13
0.7.6
2011-02-13
0.7.5
2011-02-13
0.7.4
2011-02-13
相关教程
NextAuth.js 认证库
NextAuth.js 为 Next.js 提供完整的认证方案。内置 OAuth Provider 和数据库 Adapter。JWT 或数据库存储。本文集成 GitHub 登录。
Spring Security OAuth 2 客户端配置
Spring Security 的 OAuth 2 客户端配置简化第三方登录集成。authorization_code 流程处理用户登录。本文配置 GitHub OAuth 登录 Spring Boot 应用。
OAuth 2.1 相比 2.0 的简化
OAuth 2.1 合并了 2.0 的最佳实践废弃了隐式模式和密码模式。PKCE 成为授权码流程的强制要求。流程更简单安全。本文总结 OAuth 2.1 的关键变化。
OAuth 2.0 认证流程通俗解释
OAuth 2.0 是授权框架用户授权第三方应用访问自己的资源而不交出密码。授权码模式是最安全的流程用于有后端的应用。本文用甲乙丙三方比喻解释完整流程。
Auth0:托管的身份认证平台
使用 Auth0 快速为 Web 和移动应用添加注册登录流程。