Magic Links
Enable passwordless authentication using magic links sent via email.
Dashboard required
Supabase CLI cannot configure magic link settings. Use the Supabase dashboard for these steps.
1. Enable Magic Links
In the Supabase dashboard, go to Authentication > Providers and ensure the Email provider has magic links enabled.
Follow the VibeCodeMax docs for exact steps: https://vibecodemax.app/docs
2. Configure Redirect URLs
Add magic link redirect URLs in Supabase under Authentication > URL Configuration.
Required URLs
- http://localhost:3000/auth/confirm
- https://<your-domain>/auth/confirm
