Google 第三方登入
NPM
圖示
Image Not Showing
Possible Reasons
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →
OAuth 2.0 的授權
簡單來說其實就是獲取令牌(token)的過程。OAuth 協定定義了四種獲取令牌的授權方式(authorization grant)如下:
- 授權碼模式(authorization-code)
- 隱藏模式(implicit)
- 密碼模式(password)
- 客戶端憑證模式(client credentials)
延伸資訊
前後端分離後端寫法
前端
後端