This guide will help you construct a Signup ID screen with a custom prompt for gathering a user’s first and last name. To learn more, read the Getting Started guide and visit the SDK reference guide.For more information about custom signup and login prompts, read Customize Signup and Login Prompts.
In your , set up Universal Login, Identifier First Authentication, and a Database Connection that uses passwords.Run Auth0’s single-page ACUL boilerplate application by executing the code below, which provides additional context for Advanced Customizations interfaces.
After cloning the boilerplate app, change the directory to the auth0-acul-react-boilerplate folder and install the Advanced Customizations SDK.
Report incorrect code
Copy
Ask AI
#Clone the ACUL sample application into the root folder of your projectgit clone https://github.com/auth0-samples/auth0-acul-samples.git#Change directory to install the ACUL sample application cd auth0-acul-samples && npm i