OAuth 2.0 登入
OAuth 2.0 登入功能允許應用程式使用者使用他們在 OAuth 2.0 提供商(例如 GitHub)或 OpenID Connect 1.0 提供商(例如 Google)上的現有賬戶登入應用程式。OAuth 2.0 登入實現了兩種用例:“使用 Google 登入”或“使用 GitHub 登入”。
|
OAuth 2.0 登入是根據 OAuth 2.0 授權框架 和 OpenID Connect Core 1.0 中指定的 授權碼授權 (Authorization Code Grant) 來實現的。 |