dwyl/elixir-auth-google

Feat: Add Support for Google Identity

Offen

#53 geöffnet am 01.01.2022

 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Elixir (46 Forks)github user discovery
enhancementhelp wantedresearchtechnical

Repository-Metriken

Stars
 (290 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 5h 39m) (2 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide