|
|
4 tháng trước cách đây | |
|---|---|---|
| .. | ||
| README.md | 4 tháng trước cách đây | |
| confirmation.html | 4 tháng trước cách đây | |
| email_change.html | 4 tháng trước cách đây | |
| invite.html | 4 tháng trước cách đây | |
| magic_link.html | 4 tháng trước cách đây | |
| reauthentication.html | 4 tháng trước cách đây | |
| recovery.html | 4 tháng trước cách đây | |
This directory contains email templates for Supabase Auth. These templates follow the ShopCall.ai web UI design system with minimal dependencies for reliable email rendering.
confirmation.html - Confirm sign up
invite.html - Invite user
magic_link.html - Magic link
email_change.html - Change email address
recovery.html - Reset password
reauthentication.html - Reauthentication
All templates support the following Supabase variables:
{{ .ConfirmationURL }} - Full URL for confirmation actions{{ .Token }} - Token code for manual entry{{ .TokenHash }} - Hashed token value{{ .SiteURL }} - Base URL of the application{{ .Email }} - User's email address{{ .Data }} - Additional custom data{{ .RedirectTo }} - Redirect URL after actionThe templates follow the ShopCall.ai brand guidelines:
#1c1917 (stone-900)#292524 (stone-800)#1c1917#44403c (stone-700)#78716c (stone-500)#fafaf9 (stone-50)#e7e5e4 (stone-200)You can update these templates in your Supabase project using the Supabase Dashboard or API.
Use the Supabase MCP tools to programmatically update templates:
mcp__supabase__execute_sql
Note: Supabase stores email templates in the auth.config table.
The templates are designed with email client compatibility in mind:
Before deploying, test templates with:
supabase start and trigger auth emailsWhen updating templates: