Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Language Selector Support for Universal Login

Overview

This is a simple implementation of a language selector to add to Universal Login. It is rendered at the bottom of the Auth0 UL widget. The code references English, Italian, and Spanish, but is easily configurable by simply adding more objects to the languages array.

Prerequisites

  • You must have a custom domain configured on your tenant.
  • This project requires the Auth0 CLI. Ensure that you have logged the CLI into your desired tenant.
auth0 login

Setup

  1. Open the Universal Login Branding Customization Editor

    auth0 ul customize -r standard
  2. Copy the contents of page-template.html into the page template.

    Page template content

  3. Click Deploy Changes!

Or, update the page template non-interactively.

cat page-template.html | auth0 ul templates update

Screenshots

Language Selector

Caveats

None that I know of. Please create an issue if you find one.