You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the code, you're performing an Implicit Grant Flow (directly getting the token). The problem with AWS Cognito is that the issued token expires in 60 minutes. And there isn't a way to get a new token because promt=none isn't supported. Is this a problem you've run into in this code? Do you perhaps have any solutions?
Hey, perhaps I missed this in the code.
From the code, you're performing an Implicit Grant Flow (directly getting the token). The problem with AWS Cognito is that the issued token expires in 60 minutes. And there isn't a way to get a new token because
promt=none
isn't supported. Is this a problem you've run into in this code? Do you perhaps have any solutions?aws-amplify/amplify-js#1218
amazon-archives/amazon-cognito-auth-js#92
The text was updated successfully, but these errors were encountered: