Skip to content

v11.25.0

Compare
Choose a tag to compare
@stevehobbsdev stevehobbsdev released this 09 Jul 13:53
· 550 commits to master since this release

Highlights

This release adds a new property preferConnectionDisplayName, which will cause Lock to use the "Display Name" field as defined in the Auth0 Dashboard for an Enterprise connection. If this field hasn't been specified, then Lock will fallback to the previous behaviour.

Usage

var lock = new Auth0Lock('clientId', 'domain', {
  preferConnectionDisplayName: true
});

Changelog

Added

  • [SDK-1710] Allow Lock to use connection display name field from client configuration file #1896 (stevehobbsdev)