Login Page Version Control

You can use version control software to manage the source code of your Universal Login pages. To do so, use the Auth0 Marketplace integration that works with the version control you're using:

The general deployment process requires the following steps:

  1. Create a folder in your version control repository with the appropriate name (pages).

  2. Create an HTML page (login.html, password_reset.html, guardian_multifactor.html, or error_page.html) within that folder.

  3. 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 }

For example: your-repo/pages/error_page.html your-repo/pages/error_page.json

Learn more