Hello, thank you for the tutorial, it's very interesting. One point about the certificate verification, why putting the private key? the public key should be enough to check the signature... I am not comfortable to set my private key in a online tool
@CodeJavaАй бұрын
I think it is also used for generating JWT - not just decoding. That means you can specify both private and public keys in order to generate the token.