I am trying out the log in function for the Cognito User Pool for my Web App. I was able to obtain the Token but I am not sure where to find the secret to decode it. I\'ve rea
I was trying to work through all this type of thing as well.
To that end I put with to examples of how to do this stuff that worked for me
1) Verifying a JWT token with a 'secret' - aka Issuers RSA public key
2) Using an Issuers public SSL certificate to verify JWT tokens and other signatures