dwyl/elixir-auth-google

Feat: Add Support for Google Identity

Aberta

#53 aberto em 1 de jan. de 2022

 (6 comentários) (0 reação) (0 responsável)Elixir (46 forks)github user discovery
enhancementhelp wantedresearchtechnical

Métricas do repositório

Stars
 (290 estrelas)
Métricas de merge de PR
 (Mesclagem média 5h 39m) (2 fundiu PRs em 30d)

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

Guia do colaborador