Use Version Control to Manage Your Universal Login Pages
You can use version control software to manage the source code of your Universal Login pages. To do so, use the Auth0-provided extension that works with the version control system you're using:
For details, you can read the above documentation, but the general deploying process requires just a few steps:
Create a folder in your version control repository with the appropriate name (
pages
).Create an HTML page (
login.html
,password_reset.html
,guardian_multifactor.html
, orerror_page.html
) within that folder.Create a JSON file with the same name as your HTML page for each hosted page that you wish to source control. To enable the page, the JSON file needs to contain the following:
{
"enabled": true
}
File Naming Example
your-repo/pages/error_page.html
your-repo/pages/error_page.json