OAuth 2.0 Login
OAuth 2.0 登录功能允许应用程序有用户通过在 OAuth 2.0 提供程序(例如 GitHub)或 OpenID Connect 1.0 提供程序(例如 Google)中的现有帐户登录到应用程序。OAuth 2.0 登录实现了两个用例:“Login with Google” 或 “Login with GitHub”。
The OAuth 2.0 Login feature lets an application have users log in to the application by using their existing account at an OAuth 2.0 Provider (such as GitHub) or OpenID Connect 1.0 Provider (such as Google). OAuth 2.0 Login implements two use cases: “Login with Google” or “Login with GitHub”.
OAuth 2.0 登录是使用 Authorization Code Grant 实现的,如 OAuth 2.0 Authorization Framework 和 OpenID Connect Core 1.0 中所指定的那样。 OAuth 2.0 Login is implemented by using the Authorization Code Grant, as specified in the OAuth 2.0 Authorization Framework and OpenID Connect Core 1.0. |