Sign up with email + password
Auth
Sign up with email + password
Creates a new user account. When email confirmation is required on the Supabase project, returns { user, email_confirmation_required: true } without issuing a session cookie; the user must click the email link. When auto-confirm is on, issues mnemom_session and returns { user }.
POST
Sign up with email + password
Body
application/json
Response
Account created. Either returns a full session (auto-confirm) or awaits email confirmation.
- Option 1
- Option 2
Supabase user shape. Fields beyond id and email are passthrough.