This template uses a test-only action to send SMS. Consider replacing it by your own SMS provider (eg. Twilio) before using it in production to avoid limitations.
Arengu Form URL
The URL where you will embed your form. For testing purposes you can use the preview page (eg. https://preview.arengu.page/YOUR_FORM_ID)
Required user fields
We will add "prompted_phone_verification". This boolean will determine if user has already passed the verification.
In this template, Arengu will store "phone_number" and "phone_verified" inside the "user_metadata" Auth0 property. Depending on your connection (eg. SMS connection), consider changing this inside the flow action:
Login count for profiling
We will set this value to 1, as we want this step as required to all users that sign up and before allowing them to access.
Arengu session token
Add a long random string that we will use to communicate between Arengu and Auth0 in a secure way:
After adding the secret to Auth0, make sure you add it to the "Verify JSON web token" and "Sign JSON web token" actions in Arengu:
Other similar templates
Import a template with just a few clicks and adapt it to your needs
Arengu allows you to build all your user flows connected to your current stack, and avoids coding all the UI, complex integrations, validations or logic from scratch. Try it for free and start building faster and scaling your application needs as they grow.