-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amplify.Auth.signOut Method Issue #5452
Comments
I also encounter same issue. |
I’m also encountering the same challenge. |
Hi @bharathiselvan, thank you for submitting this issue. We will take a look at this issue and get back to you when we have any updates or questions. |
Hi @bharathiselvan, this sounds like a duplicate of #4747 (comment). Does this comment address the what you're seeing? |
@bharathiselvan Ah, I see your comment on the feature request: #1528. This feature request is still in our backlog and besides the comment I linked above, we do not have any other guidance at this time. I'm going to close this issue as a duplicate. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Description
The Amplify.Auth.signOut method is not logging the user out completely. When attempting to log in again using Amplify.Auth.signInWithWebUI, the Hosted UI allows the previously signed-out account to log in without requiring re-authentication.
Categories
Steps to Reproduce
Sign in using Amplify.Auth.signInWithWebUI.
Call Amplify.Auth.signOut to log out the user.
Attempt to log in again using Amplify.Auth.signInWithWebUI.
Observe that the Hosted UI allows the previously signed-out account to log in without prompting for re-authentication.
Screenshots
No response
Platforms
Flutter Version
3.19.1
Amplify Flutter Version
1.6.1
Deployment Method
Amplify Gen 2
Schema
No response
The text was updated successfully, but these errors were encountered: