How to use Amazon Cognito Logout endpoint?
问题 I am using AWS Cognito in my application. While doing logout i am calling the Logout Endpoint. But after doing logout, I am still able to generate the id-tokens using the old refresh token. It means my logout endpoint is not working any more. I am saving the tokens in my local storage, And while doing the logout i am clearing the store manually. My Question is: How to properly use the logout mechanism of AWS Cognito? 回答1: I'm not sure which framework you are using, but I'm using Angular.