Hi, i have a problem with idToken generated via google auth. I try validate the JWT with jwks (authjs.web3auth.io/jwks
) but the endpoint does not contain the same hash as the kid of my JWT. My JWT header is:
{
“alg”: “ES256”,
“typ”: “JWT”,
“kid”: “TYOgg_-5EOEblaY-VVRYqVaDAgptnfKV4535MZPC0w0”
}
The idToken was attempted to be validated minutes after having been done using web3auth with google oauth
Logging in using metamask, the generated idToken is verified correctly (kid G6-iP7C_4NdppFwiEuckNCU_etFIVBBxxt4UH9cB9G0)
Any ideas? Thank you so much