dwyl/elixir-auth-google

Feat: Add Support for Google Identity

オープン

#53 opened on 2022/01/01

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)Elixir (46 件のフォーク)github user discovery
enhancementhelp wantedresearchtechnical

Repository metrics

Stars
 (290 個のスター)
PR merge metrics
 (平均マージ 5h 39m) (30d で 2 merged PRs)

説明

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).

コントリビューターガイド