Skip to content

Releases: auth0/node-auth0

v4.22.0

16 Apr 06:25
9d5dcb8
Compare
Choose a tag to compare

Full Changelog

⚠️ BREAKING CHANGES

Please look at #1093 PR for changes
Updated response from Array to Array for /connections : 'GET' endpoint

v4.21.0

28 Mar 18:21
7f82bab
Compare
Choose a tag to compare

Added

v4.20.0

19 Mar 13:28
3f20d9c
Compare
Choose a tag to compare

Added

v4.19.0

12 Mar 13:00
74ac1b5
Compare
Choose a tag to compare

Added

v4.18.0

28 Jan 12:27
295a382
Compare
Choose a tag to compare

Added

  • add optional organization parameter in ClientCredentialsGrantRequest of clientCredentialsGrant call of oauth of authenticationClient #1075 (tusharpandey13)
  • feature/customTokenExchange #1074 (tusharpandey13)

Removed

  • remove redundant client_ids parameter from getAll() methood of clientsManager #1076 (tusharpandey13)

v4.17.0

21 Jan 06:04
f5b1ed7
Compare
Choose a tag to compare

Changed

Fixed

v4.16.0

08 Jan 08:40
fbe605c
Compare
Choose a tag to compare

Added

Changed

v4.15.0

09 Dec 12:40
e8b6347
Compare
Choose a tag to compare

Added

v4.14.0

22 Nov 10:05
e73bea2
Compare
Choose a tag to compare

Full Changelog

⚠️ BREAKING CHANGES

  • Self Service SSO GA release changes #1057 (tusharpandey13)
    • Please look at #1057 for detailed changes.
    • Method names for various methods in SelfServiceProfilesManager have been changed. The method names now follow standard REST names like create, get, getAll, update, delete.
    • Pagination has been added to response of getAll method of SelfServiceProfilesManager.

v4.13.0

12 Nov 06:43
b77e0f7
Compare
Choose a tag to compare

Added