where can I find the secret key for the JWT from cognito

后端 未结 4 1760
天涯浪人
天涯浪人 2021-02-13 20:21

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

4条回答
  •  广开言路
    2021-02-13 21:20

    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

提交回复
热议问题