Appearance
Sign up with email (Supabase)
Create a new user account in Supabase using an email address and password.
Overview
Use this when you’re building your own sign up form in the interface and you want Supabase to manage accounts for you.
Add the action
- Create (or open) an
Interfaceworkflow. - Click
Add an action. - Select
From Authentication→Sign up with Email. - Select the Supabase
Connectionyou want to use.
Configure the action
- Email: The user’s email address.
- Password: The user’s password.
Advanced
- User metadata: Optional extra details to store on the user (for example
{ "full_name": "Pat Lee" }). - Email redirect URL: Where Supabase should send the user after they click the confirmation link in the email.
Common pitfalls
The user never receives the confirmation email
Check your email settings in Supabase (for example your SMTP configuration and email templates).
CONTINUE LEARNING
Learn how to configure the Supabase integration and connections.

