1 Answer
- Newest
- Most votes
- Most comments
1
Hi,
On the following AWS Samples GitHub repository you can find an example that validates the JWT using the Cognito public key from the well-known/jwks.json file. I have used it this week with the a HTTPOnly cookie and it has worked perfectly. (Note that you will have to adapt the example to read the JWT from the cookie)
Hope this can help you.

i am reading the repository
despite not using group features the code helped me for validating tokens. thanks a lot