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():
await supabase.Auth.ResetPasswordForEmail("joseph@supabase.io");