hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
276 stars 22 forks source link

OAuth Provider: Google #422

Open hhstore opened 2 months ago

hhstore commented 2 months ago

📖 Abstract:

💯 Related:

hhstore commented 2 months ago

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

流程:

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

集成 Supabase:

官方文档:

Google 云管理入口:

p_2024-04-26_12-42-33
hhstore commented 2 months ago

创建一个 Auth App 项目

创建凭据:

image image

创建成功:

image
hhstore commented 2 months ago

1

hhstore commented 2 months ago

1

hhstore commented 2 months ago

1

hhstore commented 2 months ago

1

hhstore commented 2 months ago

1

hhstore commented 2 months ago

1