Incremental auth with Google Sign-In

This demo shows a minimal sign-in that only requests a simple ID for authentication and allows additionally requesting the email address afterwards. Take a peek at the docs here.

If things look out of date, refresh the page.

πŸ“‹ Current user info

{
 "signedIn": false,
 "grantedScopes": null,
 "profile.id": null,
 "profile.name": null,
 "profile.email": null
}

Loading...