2 Answers
- Newest
- Most votes
- Most comments
1
Hi,
According to AWS documentation, Amazon Cognito refresh tokens are encrypted, and can't be read by Amazon Cognito administrators or users, neither validate it. You should use it to get new tokens or revoke existing tokens.
0
In the documentation that Mikel refers to, there are details on "Storing tokens" after performing authentication with Amazon Cognito user pools. Once the authorization is complete, your application MUST be able to store the session token to allow for continued re-use until the token expires. A function for re-try and re-authentication on expiration in the application being implemented when the JWT expires. These are custom function implementation.
Relevant content
- asked 2 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
