Why do I need a private key to verify a JWT?

Hey there @okneloper !

Thanks for following up on this - I agree the language there is a bit confusing :thinking: FWIW if you are using RS256 jwt.io should automatically verify the signature for you without having to paste in your public key at all. It does this by using the issuer iss claim to call the jwks endpoint and use the public key from there.

1 Like