Hello,
I have generated a JWT and want to validate the JWT against a public key. I'm using the functions offered by Crypt::JWT (https://github.com/DCIT/perl-Crypt-JWT) and can encode and decode the JWT. Are there any libraries that I can use to validate the JWT against the public key. I need to make sure the JWT corresponds to a particular public key.
Regards,
Misha