Reputation: 10929
I am using this tutorial to create a developer authentication using AWS Cognito. The OpenId Token is set to expire after 10001 seconds. After the expiration of openId token, the new token has to be generated and sent to the user. What is the mechanism to generate a new OpenId token without requiring the user to login again?
Note: The posts in the tutorial are in descending order. So you will find the first post down, at the end of the tutorial.
Upvotes: 0
Views: 537