flutter-auth-ui
flutter-auth-ui copied to clipboard
Supabase Auth UI library for Flutter
## Can't get session and user after success call supabase.auth.signInWithOAuth(Provider.******) After signing into the app with supabase.auth.signInWithOAuth(Provider.******); it is clear that everything worked correctly, the user's photo appears in the...
I've taken a look at this library and played with it a bit.. Here are a few suggestions to improve it.. 1. Show user how to query Supabase after login.....
## What kind of change does this PR introduce? feature ## What is the current behavior? We always display the login form by default ## What is the new behavior?...
# Chore ## Describe the chore I've noticed the issue because I am using both `SupaEmailAuth` and `SupaSocialsAuth`. Social auth subscribes to the auth changes directly and calls the `onSuccess`...
# Bug report ## Describe the bug When using Anonymous sign-in, a user that already signed in before is unable to sign in again and I'm getting Identity+is+already+linked+to+another+user` instead. ##...
# Feature request I'd like to add some checkboxes on new user signup for consenting to terms of service and opt-in to marketing emails. I'd like this to be integrated...
# Feature request ## Is your feature request related to a problem? Please describe. No ## Describe the solution you'd like When signing in with email/password, it should be possible...
## What kind of change does this PR introduce? Bug fix ## What is the current behavior? keyboard is covering the social login buttons with textfield autofocus ## What is...
# Bug report ## Describe the bug When authenticating via Sign in with Apple, despite the full name scope being set, the created user is missing the full name claim....
## What kind of change does this PR introduce? Feature ## What is the current behavior? Currently, the password recovery system only supports magic link reset via email. Users receive...