hhstore/blog

OAuth Provider: Google

hhstore opened this issue · 8 comments

📖 Abstract:

  • ✅ 创建 Google OAuth 应用, 集成 Google OAuth 服务, 作为账号认证服务.

💯 Related:

  • #381
  • ✅ xxx
  • ✅ xxx
  • ✅ xxx

创建 Google OAuth 应用 & 集成 Google OAuth 认证服务

流程:

  1. 注册 Gmail 账号
  2. Google 云创建一个 OAuth 应用, 也就是一个项目.
  3. 创建 OAuth 凭据, 也就是创建一个 OAuth 客户端 ID + Secret.

集成 Supabase:

官方文档:

Google 云管理入口:

p_2024-04-26_12-42-33

创建一个 Auth App 项目

  • 首次跳转 Google cloud 管理后台, 会提示创建.

创建凭据:

  • 创建凭据
image
  • 选择类型, 外部用户
image

创建成功:

  • 中间有些填表, 比如用户隐私链接, 可以暂时不填, 先一路保存. 是能完成创建的.
image