Releases: auth0/auth0.net
7.16.0
7.15.0
Added
- Add support for Rules Configs endpoints #552 (caldwell0414)
Changed
- Add ID Token validation to device-code and passwordless #553 (frederikprijck)
Note that with this release, ID Token validation has been added when retrieving a token using any of the Device Code or Passwordless flows.
There might be a rare occasion where this could break your application, in the situation where you are using invalid ID Tokens.
However, typically this should not cause any issues as ID Tokens are supposed to be valid. If they aren't, you probably want to get notified about it as soon as possible.
Prior to this change, those methods would return the tokens without checking the validaty of your ID Token.
However, given the fact that this should realy be an edge case, and we believe it's a good idea to inform you about invalid tokens sooner rather than later, we decided to introduce this change in a minor release.
7.14.0
Added
- Implement Attack Protection Endpoints #547 (frederikprijck)
7.12.1
Changed
- Increase delay between subsequent retries #540 (frederikprijck)
Fixed
- add webauthn-* enrollment auth methods #539 (frederikprijck)
- Support updating all guardian factors #536 (frederikprijck)
7.12.0
Added
- Support setting access token after instantiation of ManagementApiClient #532 (mfolker)
- Add auth0-forwarded-for header to passwordless sms authentication for… #530 (rhyswilliamszip)
7.11.0
Added
- Add Keys Endpoints #527 (colinbobolin)
- Added Prompt Client to Management API SDK #522 (hakuna-matata-in)
Changed
- [SDK-2548] Support unpaginated requests for some endpoints #525 (frederikprijck)
7.10.0
Added
- Add support for Actions Management APIs #517 (frederikprijck)
Fixed
- Ensure Checkpoint Pagination works when no next is returned #520 (frederikprijck)
7.9.0
Added
- Add cancellation token support #513 (hawxy)
- Implement automatic rate-limit handling #512 (frederikprijck)
- Add connection property to OrganizationConnection #511 (frederikprijck)
- Update pagination interface to support 'from' and 'take' checkpoint pagination parameters #507 (evansims)
Fixed
- GetAllMemberRolesAsync should return a list of Role instances #514 (frederikprijck)
- Ensure CustomDomainVerification.Methods can be serialized #509 (frederikprijck)
Note: In the situation where you are providing your own implementation for IManagementConnection
or IAuthenticationConnection
, upgrading to 7.9.0
will require changing your implementations to also include the optional CancellationToken
parameters.
7.8.0
Added
- [SDK-2438] Add support for Organizations in Management API #489 (frederikprijck)
7.7.0
Added
- [SDK-2400] Add support for Organizations #486 (frederikprijck)