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
}
π Sign-in
This will just request the openid scope that will return an ID.
π Signed-in!
βοΈ Request email address
This will additionally request the email scope.