2
Handling the Password Reset for a user by Supabase itself.
Source: supabase/supabase#15044 · opened by @MBSA-INFINITY
The Problem The function supabase.auth.reset_password_email(email) in supabase-py only sends a reset mail to the particular email address mentioned, but does not actually handles the password reset of that account, unlike firebase. This function reset_password_email() should not only just send a password reset mail but also handle password reset with a unique form link specific to that user, so that the particular user can change the password. The javascript function .resetPasswordForEmail() takes in redirectTo parameter and this particular link is present as a password reset link in the email that supabase sends. But instead of this, if supabase handles the password reset itself, this would be a great help for the users because then they would not have to create customer password reset links and handle password reset from their end. The solution The function reset_password_email(email) should generate a unique supabase link which would contain a form to reset the password …
No pledges yet. Be the first to back this.
Comments
Similar requests
Handling the Password Reset for a user by Supabase itself.
7 votes · 0 comments
Password reset should not act as OTP
3 votes · 0 comments
SvelteKit Supabase auth example doesn't support password reset or user invite
3 votes · 0 comments
Password reset state should be persisted in the auth token
3 votes · 0 comments
an way to reset/rollback project database to the first version
11 votes · 0 comments
No comments yet.