JWT token verify

0
Hi Team , I am working on a scenario where i am receiving a JWT token from an API which further needs to be verified in Mendix . I am using JWT module and using the decode and verify function mentioned in JWT module to verify the token . Now my question is as my token is created with RSA256 algorithm I need a public key in X.509 (binary ) format which i am not sure how to manage . Can anyone explain me how can i get this public key in required format.
asked
1 answers
1

Well, if you need someone’s public key, you should contact them – or check their documentation.

answered