Releases: auth0/node-auth0
Releases · auth0/node-auth0
v2.34.0
v2.34.0 (2021-03-24)
Added
- feat(orgs): Support Organization feature #592 (mcastany)
- Org idtoken validation support #597 (davidpatrick)
- Allow passwordless SMS code verification to use token endpoint #591 (jimmyjames)
Changed
- Doc Updates #599 (davidpatrick)
- Update get role users docs #587 (jhiner)
- revokeRefreshToken method is missing in docs #584
Security
- [Security] Bump elliptic from 6.5.3 to 6.5.4 #589 (dependabot-preview[bot])
v2.33.0
v2.33.0 (2021-02-05)
Added
- feat: add revokeRefreshToken #579 (andreafspeziale)
- ULP-2609/ULP-2914: add page templates support to /branding #574 (sebadoom)
v2.32.0
v2.32.0 (2021-01-21)
Added
- Additional options on getByEmail [SDK-2268]#577 (davidpatrick)
- [SDK-2261] Add forwardFor support to passwordless calls #576 (frederikprijck)
- Adding Support for Guardian factor settings endpoints #569 (JayHelton)
v2.31.1
v2.31.1 (2021-01-05)
Fixed
- Expose getJobErrors to management client #563 (davidaubin19)
- Fix passing a custom User-Agent to Axios. #562 (djanowski)
- Expose assignUsersToRole to ManagementClient #561 (davidaubin19)
Security
- [Security] Bump axios from 0.19.2 to 0.21.1 #565 (dependabot-preview[bot])
2.31.0
Added
- Updated documentation on Link Users #558 (davidpatrick)
- Add support for new passwordless endpoint #556 (nbandarchi)
Fixed
- Adds importUsersJob to ManagementClient #553 (mikemeerschaert)
2.30.0
v2.30.0 (2020-10-22)
Added
- Provide headers on mgmt token fetch #543 (davidpatrick)
Changed
- [SDK-1975] Use exponential backoff rather than rate limit headers #538 (adamjmcgrath)
Fixed
- Bumps Rest-Facade Dependencies #542 (davidpatrick)
2.29.0
Added
- Adding support for prompts and custom texts #533 (davidpatrick)
- Adding call to invalidate all remembered browsers. #528 (tandrup)
- Adding docs for secondary and federated identity email verification #519 (jimmyjames)
Changed
- Update dependencies #535 (davidpatrick)
- Update jwks-rsa dependency to avoid DeprecationWarning Buffer() #534 (jalie)
Security
- [Security] Bump node-fetch from 2.6.0 to 2.6.1 #532 (dependabot-preview[bot])
2.28.0
Added
Removed
- Remove bluebird #520 (mattiasnixell)
Security
- [Security] Bump elliptic from 6.5.2 to 6.5.3 #521 (dependabot-preview[bot])
2.27.1
Changed
- Use [REDACTED] instead of [SANITIZED] when cleaning errors #515 (jimmyjames)
Security
- Sanitize Headers on Errors #507 (jimmyjames)
- Bump lodash from 4.17.15 to 4.17.19 #506 (dependabot[bot])
v2.27.0
v2.27.0 (2020-06-30)
Added
- feat(migrations): adds migrations manager #503 (CriGoT)
- Added deleteUserByEmail to ConnectionsManager #502 (MatthewBacalakis)
- feat(guardian): support policies, selected-provider, message-types methods [MFA-310]#501 (pmalouin)
Fixed