Hi, I see in the ClaimsUpd function inside the auth Options, that the claims when signing with google are not being populated:
This is the response of the claims:
{
"name": "Iván RG",
"id": "google_96*************e9dc45708106",
"picture": "http://localhost:8000/avatar/"
}
I set the scopes of google sign in to provide user information but it's not being injected into the claims
Thank you
Hi, I see in the ClaimsUpd function inside the auth Options, that the claims when signing with google are not being populated:
This is the response of the claims:
{ "name": "Iván RG", "id": "google_96*************e9dc45708106", "picture": "http://localhost:8000/avatar/" }I set the scopes of google sign in to provide user information but it's not being injected into the claims
Thank you