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
We apologize for the delay. We currently take the keys in the keychain as strings which you can obtain by using the jwksRsa client but we will look into adding a function passed to verify the keys too.
I'm required to use RS256 for a project.
there will be jwks endpoint like this
https://domain-name.auth0.com/.well-known/jwks.json
I tried to pass the key from jwksUri into the the strategy options like following, it doesn't work, how should I use RS256 signed JWT here?
The text was updated successfully, but these errors were encountered: