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
According to this discussion it seems like resend doesn't support pkce. I didn't fully reproduce this, but the token in the original begins with pkce_ and the token in the resend link does not. So you may create an issue in https://github.com/supabase/auth
Describe the bug
Clicking the confirmation link in a resent email after signing up with email + password does not log the user in.
To Reproduce
Follow the instructions at https://supabase.com/docs/guides/getting-started/tutorials/with-flutter?queryGroups=platform&platform=android.
Use the following code:
Expected behavior
The app opens the account page.
Actual behavior
The app stays on the sign in page.
Clicking the confirmation link in the original email works as expected.
Version (please complete the following information):
On Linux/macOS
Additional context
Also reproducible on web.
The text was updated successfully, but these errors were encountered: