C#: Send a password reset request

Sends a reset request to an email address.

Sends a password reset request to an email address. When the user clicks the reset link in the email they are redirected back to your application. Prompt the user for a new password and call Auth.UpdateUser():

Examples

Reset password for email

await supabase.Auth.ResetPasswordForEmail("joseph@supabase.io");