Use this page to understand Sabo’s auth flows and where to configure them. Then follow the dedicated guides to set up Supabase and customize auth emails with Resend.
Routes and redirects (UI flows)
/sign-in: Email/password sign-in. Query banners:?signup=success: Sign up success message?reset=true: Password reset email sent
/sign-in/confirm: Optional confirmation screen/forgot-password→ redirects to/sign-in?reset=trueon success/reset-password: New password form; reached viatype=recoveryflow/sign-up→ after continue, sends email then redirects to/sign-in?signup=success/sign-up/confirm: Optional confirmation screen/auth/callback: Completes OAuth and email OTP flows, then redirects (see API Reference → Auth Callback)