Releases: auth0/auth0.net
Releases · auth0/auth0.net
v6.3.0
- Missing Tenant settings now available (device flow, Guardian MFA, Change Password, flags etc.
v6.2.0
v6.1.0
- New user permission endpoints added to UsersClient
- New role permission endpoints added to RolesClient
- AuthenticationApiClient now implements IDisposable to dispose ApiConnection and HttpClient
- Added various new and missing properties to Resource Servers (ResourceServerBase)
v6.0.0
- New GuardianClient for managing /guardian endpoints
- New RolesClient for managing /roles endpoints
- PasswordChangeTicket now has IncludeEmailInRedirect and MailEmailAsVerified
- ApiConnection now has Dispose to dispose the HttpClient it creates
- ManagementApiClient now has Dispose to dispose the ApiConnection it creates
- XML documentation tweaks
- Dependencies updated
Breaking changes
See our migration guide for full details.
- All I*Client interfaces have been removed so adding endpoints is no longer breaking
- IManagementApi interface was removed so adding new clients is no longer breaking
- All non-paging GetAll methods have been removed
- DiagnosticsHeader/DiagnosticsComponent are no longer available
v5.11.0
- Add TokenLifetimeForWeb to ResourceServerBase
- Documentation fixes, improvements, sync with portal, remove old v4 breaking changes
- Changes to await behavior to stop locking in some scenarios
- Update XUnit dependencies
v5.10.0
- Add support for managing custom domains
- Add AccessTokenSecret property for Twitter identities