-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
- Integrate Firebase into existing JWT login.
- If you use Google Sign-In with an app or site that communicates with a backend server, you might need to identify the currently signed-in user on the server. To do so securely, after a user successfully signs in, send the user's ID token to your server using HTTPS. Then, on the server, verify the integrity of the ID token and use the user information contained in the token to establish a session or create a new account.
https://developers.google.com/identity/sign-in/web/backend-auth
Metadata
Metadata
Assignees
Labels
No labels