Auth UI - Give the option " Use Another Account " in order to login #14522
Unanswered
joaoguidev
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello.
I would like to suggest an option on auth ui so users can choose to login with a different account.
Currently when a user has logged in before, let's say with Gmail, when logging in again, the user gets authenticathed straigh away. Even if the user pressed the logout button prior (const { error } = await supabase.auth.signOut()) .
In order to login with a different Gmail account the user has to go to Gmail and logout there and come back to my app and try to login again with a different account. In this situation the user will be presented with and Gmail modal where it will be possible to choose one of his accounts.
Thank you.
All reactions