dwyl/elixir-auth-google

Feat: Add Support for Google Identity

Ouverte

#53 ouverte le 1 janv. 2022

 (6 commentaires) (0 réaction) (0 personne assignée)Elixir (46 forks)github user discovery
enhancementhelp wantedresearchtechnical

Métriques du dépôt

Stars
 (290 étoiles)
Métriques de merge PR
 (Merge moyen 5h 39m) (2 PRs mergées en 30 j)

Description

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

Guide contributeur