Integrations
LoginSign Up

Supabase

These Supabase native actions allow integrating your Arengu forms for customer sign ups and login flows.

Connect your Supabase account

To connect your Supabase account to Arengu you will need the Project URL and the service_role secret key. They can be found at the Supabase Project's Settings page under API:

Sign up

Creates a new user.

Input settings

Parameter Description
ID (required) Action ID. It is used to reference the output values of the action.
Alias Short description to be displayed in the action.
Connection (required) Select an existing connection from the vault or create a new connection using your Supabase Project URL and the service_role secret key.
Email (required) The user's email. The email address can also be marked as verified.
Mark email as verified Check to save the user’s email as verified. You can also use Arengu's OTP verification as well.
Password The user's password.
Data Define and set a user’s metadata.

Find expected response and extra API information at Supabase's documentation.

Generate link

Generates a secure token you can use to log your user in without password.

Input settings

Parameter Description
ID (required) Action ID. It is used to reference the output values of the action.
Alias Short description to be displayed in the action.
Connection (required) Select an existing connection from the vault or create a new connection using your Supabase Project URL and the service_role secret key.
Email (required) The user's email.
Redirect URI If you have multiple Redirect URLs for auth providers in your project, add the desired Redirect URL. They can be found here

Find expected response and extra API information at Supabase's documentation.

Table of contents

Supabase guides & tutorials

Discover our step-by-step guides and tutorials to learn using Arengu with Supabase.