> ## Documentation Index
> Fetch the complete documentation index at: https://docs.minimo.it/llms.txt
> Use this file to discover all available pages before exploring further.

# Supabase auth emails

> Customize Supabase signup, magic-link, reset and verify emails — without redeploying code.

If your app uses **Supabase Auth**, the default authentication emails (confirm signup, magic link,
reset password, verify email) are plain and hard to change — editing them usually means touching
project config. Minimo lets you design them like any other template and takes over sending, so you
can change copy and branding **without redeploying**.

## What you can customize

* **Confirm signup**
* **Magic link**
* **Reset password**
* **Change email / verify**

Each becomes a Minimo template with your branding and dynamic fields, including the auth variables
Supabase provides (such as the confirmation link/token).

## Set it up

<Steps>
  <Step title="Connect Supabase">
    Connect your Supabase project to Minimo — see [Supabase connection](/product/data-sync/supabase).
  </Step>

  <Step title="Point auth emails at Minimo">
    In your Minimo workspace, enable auth-email handling and follow the steps to route Supabase Auth emails through
    Minimo.
  </Step>

  <Step title="Design each template">
    Edit the signup, magic-link, reset and verify templates in **Templates**. Keep the auth link/token variable in place
    so the flow still works.
  </Step>
</Steps>

<Warning>
  Auth emails are on the critical path for signing in. Always send yourself a **test** of each template and click the
  link end-to-end before going live — a broken magic-link variable locks users out.
</Warning>

<Tip>Ask **Mo** to redesign an auth email to match your brand, then test it. See [Build with Mo](/product/mo).</Tip>
