Releases: auth0/auth0.net
Releases · auth0/auth0.net
6.5.5
6.5.4
- SECURITY FIX for CVE-2019-16929
6.5.3
WARNING: If you generate tokens in your project via System.IdentityModel.Tokens.Jwt please read this important notice.
6.5.2
- UserClient.GetEnrollments now correctly passes user id.
6.5.1
- User and role permissions endpoints in UsersClient and RolesClient paging fix.
6.5.0
- 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
- TenantSettings lifetimes are now double not integer.
- Added various Guardian-related endpoints on UserClient.
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)