Skip to content

Releases: auth0/auth0.net

6.5.2

27 Aug 04:40
f676441
Compare
Choose a tag to compare
  • UserClient.GetEnrollments now correctly passes user id.

6.5.1

22 Aug 16:23
d8dafa8
Compare
Choose a tag to compare
  • User and role permissions endpoints in UsersClient and RolesClient paging fix.

6.5.0

19 Aug 20:18
9a4d67a
Compare
Choose a tag to compare
  • Assembly is now strong-name-signed so it can be used by other strong-name-signed packages #207
  • User & role permissions endpoints in UsersClient and RolesClient now correctly page #284 #282
  • User model optional fields (CreatedAt, UpdatedAt, LastLogin) are now nullable #276

Note: This is code signing only using a non-secret key. It is not authenticode or tamper protection.

v6.4.0

23 Jul 18:17
fa94f55
Compare
Choose a tag to compare
  • TenantSettings lifetimes are now double not integer.
  • Added various Guardian-related endpoints on UserClient.

v6.3.0

23 Jul 18:16
29935c0
Compare
Choose a tag to compare
  • Missing Tenant settings now available (device flow, Guardian MFA, Change Password, flags etc.

v6.2.0

23 May 20:58
98a3d3b
Compare
Choose a tag to compare
  • Added client_id to GetDeviceCredentials response #265
  • Added various user properties to UserUpdateRequest #263

v6.1.0

08 May 17:56
eff0230
Compare
Choose a tag to compare
  • 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

02 Apr 22:38
c755e3e
Compare
Choose a tag to compare
  • 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

23 Jan 21:02
38f5ba1
Compare
Choose a tag to compare
  • 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

16 Jan 20:00
Compare
Choose a tag to compare
  • Add support for managing custom domains
  • Add AccessTokenSecret property for Twitter identities