> ## 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.

# Auth Overview

> Overview of authentication routes, flows, and links to setup guides.

<Info>
  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.
</Info>

## Routes and redirects (UI flows)

* <code>/sign-in</code>: Email/password sign-in. Query banners:
  * <code>?signup=success</code>: Sign up success message
  * <code>?reset=true</code>: Password reset email sent
* <code>/sign-in/confirm</code>: Optional confirmation screen
* <code>/forgot-password</code> → redirects to <code>/sign-in?reset=true</code> on success
* <code>/reset-password</code>: New password form; reached via <code>type=recovery</code> flow
* <code>/sign-up</code> → after continue, sends email then redirects to <code>/sign-in?signup=success</code>
* <code>/sign-up/confirm</code>: Optional confirmation screen
* <code>/auth/callback</code>: Completes OAuth and email OTP flows, then redirects (see API Reference → Auth Callback)

<CardGroup cols={2}>
  <Card title="Auth with Supabase" icon="key" href="/core-features/auth-with-supabase">
    Environment, clients, callbacks, optional middleware, and server actions.
  </Card>

  <Card title="Auth Emails & Templates (Resend)" icon="envelope" href="/core-features/auth-emails">
    Edit templates, connect SMTP, and improve deliverability.
  </Card>
</CardGroup>
