Skip to content

Releases: auth0/lock

v11.26.2

12 Aug 12:08
Compare
Choose a tag to compare

Fixed

  • Fallback to default language dictionary when the language file cannot be loaded #1912 (davidpatrick)
  • [SDK-1813] Send connection scope config to enterprise connections #1910 (stevehobbsdev)

Security

v11.26.1

23 Jul 20:40
f4e81ff
Compare
Choose a tag to compare

Fixed

v11.26.0

23 Jul 16:32
Compare
Choose a tag to compare

Added

Changed

Fixed

v11.25.1

14 Jul 10:56
Compare
Choose a tag to compare

Fixed

  • [SDK-1809] Connection display name is used even when no IdP domains are available #1898 (stevehobbsdev)

v11.25.0

09 Jul 13:53
Compare
Choose a tag to compare

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)

v11.24.5

03 Jul 18:28
Compare
Choose a tag to compare

Fixed

v11.24.4

02 Jul 10:05
Compare
Choose a tag to compare

Changed

v11.24.3

25 Jun 15:28
Compare
Choose a tag to compare

Fixed

Security

v11.24.2

05 Jun 14:26
Compare
Choose a tag to compare

Fixed

v11.24.1

18 May 17:03
Compare
Choose a tag to compare

Fixed