FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests