Hi Auth0 Community,
We have successfully implemented and fully customized these passwordless screens using ACUL:
- Email entry using
login-id,signup-id - Email OTP verification using
login-passwordless-email-code
What we have not achieved is the second signup step after OTP verification. For new users, we need to collect first name, last name, phone number, date of birth, and two consent checkboxes before completing signup.
Auth0 Forms can collect this information through a Post-Login Action, but we have not found a way to fully customize that form pixel by pixel with the same React/CSS control ACUL provides.
Is there an ACUL screen for this profile-completion step? If not, can Auth0 Forms use a completely custom React UI?