issues
search
hhstore
/
blog
My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
294
stars
24
forks
source link
OAuth Provider: Google
#422
Open
hhstore
opened
7 months ago
hhstore
commented
7 months ago
📖 Abstract:
✅ 创建 Google OAuth 应用, 集成 Google OAuth 服务, 作为账号认证服务.
💯 Related:
✅ #381
✅ xxx
✅ xxx
✅ xxx
hhstore
commented
7 months ago
创建 Google OAuth 应用 & 集成 Google OAuth 认证服务
流程:
注册 Gmail 账号
Google 云创建一个 OAuth 应用, 也就是一个项目.
创建 OAuth 凭据, 也就是创建一个 OAuth
客户端 ID + Secret
.
集成 Supabase:
搭配 Supabase 服务.
https://supabase.com/docs/guides/auth/social-login/auth-google
官方文档:
https://cloud.google.com/endpoints/docs/frameworks/java/creating-client-ids?hl=zh-cn#web-client
Google 云管理入口:
https://console.cloud.google.com/apis/credentials?hl=zh-cn
hhstore
commented
7 months ago
创建一个 Auth App 项目
首次跳转 Google cloud 管理后台, 会提示创建.
创建凭据:
创建凭据
选择类型,
外部用户
创建成功:
中间有些填表, 比如用户隐私链接, 可以暂时不填, 先一路保存. 是能完成创建的.
hhstore
commented
7 months ago
1
hhstore
commented
7 months ago
1
hhstore
commented
7 months ago
1
hhstore
commented
7 months ago
1
hhstore
commented
7 months ago
1
hhstore
commented
7 months ago
1
📖 Abstract:
💯 Related: