dwyl/elixir-auth-google

Feat: Add Support for Google Identity

开放

#53 创建于 2022年1月1日

 (6 条评论) (0 个反应) (0 位负责人)Elixir (46 个派生)github user discovery
enhancementhelp wantedresearchtechnical

仓库指标

星标
 (290 个星标)
PR 合并指标
 (平均合并 5小时 39分钟) (30 天内合并 2 个 PR)

描述

Google is discontinuing Google Sign-In for their new identity services: https://developers.googleblog.com/2021/08/gsi-jsweb-deprecation.html

The new API seems to be https://developers.google.com/identity this service for signing in. The server side verification requires sending the idToken and the client ID (https://developers.google.com/identity/gsi/web/guides/verify-google-id-token).

贡献者指南