Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getsabo.com/llms.txt

Use this file to discover all available pages before exploring further.

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=true on success
  • /reset-password: New password form; reached via type=recovery flow
  • /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)

Auth with Supabase

Environment, clients, callbacks, optional middleware, and server actions.

Auth Emails & Templates (Resend)

Edit templates, connect SMTP, and improve deliverability.