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
When having email confirmation turned on for email+password signup and trying to resend the email, the resent email doesn't contain a hash token that works with pkce.
Bug report
Describe the bug
When having email confirmation turned on for email+password signup and trying to resend the email, the resent email doesn't contain a hash token that works with pkce.
To Reproduce
In Dart:
Link in that email:
https://myref.supabase.co/auth/v1/verify?token=pkce_1027fded09f1d5f05f39de2196cb815700b0bed72685a28983be1fd7&type=signup
and then
Link in that email:
https://myref.supabase.co/auth/v1/verify?token=0314f758286a584407d6b76d671e4762346b4786ad29a108a9d04da5&type=signup
Expected behavior
The user is able to confirm their email with the resent email when using pkce flow.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Additional context
This was already discussed here: https://github.com/orgs/supabase/discussions/18442
A user reported that here: supabase/supabase-flutter#1084
The text was updated successfully, but these errors were encountered: