Password reset

Request a password reset email.

Enter the email tied to your account and Supabase will send a recovery link if the account exists.

How recovery works

  • The email link routes back through the app callback handler
  • Recovery stays server-first so dashboard guards keep working
  • No account existence details are exposed in the response

Back to login.