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
At least for Auth0 JWT signed using RS256 algoritym (we can obtain this with the the iss and alg fields) we should retrieve the public key from .well-known/jwks.json and populate in order to validate the signature.