v2.25.1 (2020-05-03)
Fixed
- Return response.data where Axios is used #484 (taylorbryant)
v2.25.0 (2020-04-29)
Changed
- Deprecate Request lib #475 (davidpatrick)
Fixed
Security
- Dependency bump #481 (davidpatrick)
- [Security] Bump acorn from 6.2.1 to 6.4.1 #471 (dependabot-preview[bot])
v2.24.0 (2020-03-06)
Fixed
- Update and fix JSDocs related to JobsManager #469 (orangain)
- Fixes test on supportedAlgorithms #466 (davidpatrick)
- Fixes calls on passwordless endpoints #465 (davidpatrick)
v2.23.0 (2020-02-21)
Added
Changed
- Updates node-jwks-rsa #461 (davidpatrick)
Fixed
- Update lru-memoizer dependency to avoid DeprecationWarning Buffer() #459 (jalie)
- getUsersInRole Docs #457 (davidpatrick)
Security
- [Security] Bump codecov from 3.5.0 to 3.6.5 #462 (dependabot-preview[bot])
v2.22.0 (2020-01-24)
Added
v2.21.0 (2020-01-15)
Added
- Improved OIDC compliance #446 (davidpatrick)
Changed
- Add client secret to refreshToken and remove ID token validation #433 (joshcanhelp)
Security
- [Security] Bump handlebars from 4.1.2 to 4.5.3 #441 (dependabot-preview[bot])
- Update rest-facade dependency #436 (joshcanhelp)
v2.20.0 (2019-09-17)
Added
- expose createEmailTemplate, getEmailTemplate, updateEmailTemplates vi… #416 (rameshanandakrishnan)
Security
- Sanitize Error Request Data #424 (davidpatrick)
- [Security] Bump mixin-deep from 1.3.1 to 1.3.2 #421 (dependabot-preview[bot])
v2.18.1 (2019-08-08)
Added
Changed
v2.18.0 (2019-07-23)
Changed
v2.18.0 (2019-06-26)
Added
- Add Management API support for Branding and Prompts endpoints. #370 (chrisscott)
v2.17.1 (2019-05-22)
Fixed
- Fix telemetry header #362 (lbalmaceda)
v2.17.0 (2019-04-15)
Added
- Add method to assign users to a role #348 (pushpabrol)
- Add support for roles and permissions #344 (pushpabrol)
v2.16.0 (2019-03-18)
Added
- Add support for Auth0 Grants #343 (jsmpereira)
v2.15.0 (2019-03-11)
Added
- Add users-exports endpoint #340 (arjenvanderende)
Fixed
v2.14.0 (2018-11-12)
Added
- Add method to refresh a token using a refresh_token #313 (modeswitch)
- Add all Guardian APIs #311 (stevezau)
- Add Custom Domains methods #310 (stevezau)
- Add send_completion_email and upsert params for importUsers #270 (Floppy)
Deprecated
v2.13.0 (2018-09-28)
Added
v2.12.0 (2018-08-09)
Added
- Added authorizationCodeGrant method to OAuthAuthenticator #290 (cwurtz)
- Add Guardian Enrollments endpoints #278 (fmedinac)
v2.11.0 (2018-07-25)
Added
- Added Pagination Docs for a Client Grants, Resouce Servers and Rules #282 (cocojoe)
- Added rules config methods #227 (dctoon)
Fixed
v2.10.0 (2018-05-29)
Added
Fixed
v2.9.3 (2018-03-01)
Fixed
v2.9.2 (2018-01-16)
Security
v2.9.1 (2017-12-08)
Fixed
v2.9.0 (2017-12-07)
Added
- Added support for /users-by-email method. #218 (kopertop)
- Add retry functionality for management api requests #215 (dctoon)
v2.8.0 (2017-09-30)
Added
Fixed
- Fix wrapPropertyMethod mistake for updateClientGrant #202 (danedmunds)
v2.7.1 (2017-09-30)
Fixed
Security
v2.7.0 (2017-06-28)
Added
- Add password grant method #189 (hzalaz)
- Retrieve a user's Guardian enrollments #181 (joshuaali)
- Add get user logs #176 (amiram)
Changed
- Update packages and utilize error classes from rest-facade correctly (Fixes #154) #183 (charsleysa)
Fixed