You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a successful authentication with apple, the field "emailVerified" is saved as false in Hasura. Investigating, the id_token coming from apple, is sending the field email_verified as boolean not string, while the comparison is being done as string.
After a successful authentication with apple, the field "emailVerified" is saved as false in Hasura. Investigating, the id_token coming from apple, is sending the field email_verified as boolean not string, while the comparison is being done as string.
Below the code snippet:
hasura-auth/src/routes/oauth/config.ts
Line 82 in 457de9a
Here you can find also the payload of the encoded id_token that is being returned from apple:
The text was updated successfully, but these errors were encountered: