Google signs in automatically on android, even when signed out?
Hi!
I have implemented Sign In using Supabase C# on android. Magic Link and passwords work as expected, but when I'm signing in with Google in the browser, after the first initial sign in, I am immediately signed in without getting the chance to select another account, even if signing out. Would anyone know if this is an issue with my Supabase settings, or rather something to do with cookies or Google settings or something?
2 Replies
See end of this discussion: https://github.com/orgs/supabase/discussions/3712
GitHub
Google OAuth skips consent screen · supabase · Discussion #3712
I've just implemented Google OAuth in my app, and I've noticed a strange behavior: If the user has 2 or more Google Accounts signed in, the expected behavior occurs: they're taken to th...
Thank you kindly! For some reason it wouldn't work for me using implicit flow, but PKCE worked!
no wait, it was simply how I declared my Dictionary... 🙃