git clone https://github.com/auth0/auth0-acul-react-boilerplate
Install the ACUL SDK. After cloning the react boilerplate, change the directory to the auth0-acul-react-boilerplate
folder and install the SDK.
shadcn
init command to set up your project. After answering a few questions to configure components.json
, begin adding components to your project. Your completed Build Signup with Password flow will use button
, label
, input
, text
, link
, CardHeader
, CardTitle
, CardDescription
, and CardContent
components.
Signup
auth0-acul-react-boilerplate/src
folder, create a folder called screens
and a file called Login.tsx
. Import the SDK and in the React component initialize the SDK for the screen.
settings
folder and include in it a {SCREENNAME}.json
file.Read… | To learn… |
---|---|
Advanced Customizations for Universal Login | How Advanced Customizations work. |
Getting Started with Advanced Customizations | Getting Started basics for Advanced Customizations |
Advanced Customizations for Universal Login: Screens | A list of all screens available for Advanced Customizations. |