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
Describe the bug
After sign out from a Google Account and try to login with another Google account it authenticates with the last account and don't allow the user to select another one.
To Reproduce
Steps to reproduce the behavior:
Login using Google OAuth: await supabase.auth.signInWithOAuth(OAuthProvider.google);
The google authentication form is skipped and you are automatically logged in with the last account
Expected behavior
The user should have the ability to login with another account.
After you logout from a Google Account and try to login again you should be asked to fill the Google credentials again;
Version (please complete the following information):
Describe the bug
After sign out from a Google Account and try to login with another Google account it authenticates with the last account and don't allow the user to select another one.
To Reproduce
Steps to reproduce the behavior:
await supabase.auth.signInWithOAuth(OAuthProvider.google);
supabase.auth.signOut(scope: SignOutScope.local)
await supabase.auth.signInWithOAuth(OAuthProvider.google);
Expected behavior
The user should have the ability to login with another account.
After you logout from a Google Account and try to login again you should be asked to fill the Google credentials again;
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: