management.Ticket: Add fieldIncludeEmailInRedirect(#180)management.UserIdentity: Add fieldRefreshToken(#167)
management.ClientRefreshToken: AddInfiniteTokenLifetime,InfiniteIdleTokenLifetimeandIdleTokenLifetimefields (#184).management.User: Fix possible inconsistencies withEmailVerifiedfield (#181).
management.UserManager:Link()links two user accounts together (#178).
management.HookSecrets:HookSecretsare not a pointer anymore (#176).management.HookManager:ReplaceSecretsis introduced to enable PUT semantics for hook secrets (#176).management.TenantUniversalLoginColors: Marshal/unmarshal branding colors correctly (#177).
management.Branding: add support forBrandingUniversalLogin(#161).
management.ConnectionOptions: unmarshal options only if not nil (#165).management.HookManager.List: was using the wrong endpoint (162).management.ResourceServerManager.List: was using the wrong endpoint.
management.UserIdentity: AddAccessTokenfield (#113).management.ConnectionOptionsSAML: Add missingSetUserAttributesfield (#159).
management.WithInsecure: allow insecure HTTP scheme to enable testing / mocking.
management.LogStream: new resource now available (#144)
management.Tenant: changedSessionTimeoutandIdleSessionTimeouttofloat64. Values smaller than 1 will be marshalled with a_in_minutessuffix (#156).management.Connection: removedRawOptionsand handle (un-)marshalling internally.
management.RequestOption: renamed frommanagement.ListOptionand is now used with all requests to the Auth0 Management API (#151).management.ManagementOption: renamed from the privateapiOptionand added several more options.management.New: now takes only one mandatory argument (domain). Authentication can is configured usingWithClientCredentialsorWithStaticToken.management.Request,management.NewRequestandmanagement.Do: exposed a set of functions to allow more control over the request/response.
management.Job: Fix typo in JSON tag (#154).management.ConnectionOptionsOAuth2: AddAuthorizationURLandTokenURL(#147).
management.ConnectionOptions: Now supportsOAuth2connection type (#141).management.ConnectionOptionsSAML: Add missing options (#138).
management.User: addLastIPandLoginsCountfields (#137).
management.ConnectionOptionsOIDC: add missingScopes()andSetScopes()methods.
management.ConnectionOptions*:SetScopes()was ignoring theenableargument.
management.UserManager:Roles()returnsRoleList(#109).management.UserManager:Permissions()returnsPermissionList.management.RoleManager:Users()returnsUserList.management.RoleManager:Permissions()returnsPermissionList.
management.Branding: Support for bothBrandingColors.PageBackgroundGradientas well asBrandingColors.PageBackground. (#99)
management.ConnectionOptionsEmail,management.ConnectionOptionsSMS: addauthParams.management.UserIdentity: correctly marshal/unmarshal integeruser_id's (#101, #102).
management.Tenant: Adduse_scope_descriptions_for_consentflag.
- Breaking Change:
Connection.Optionsis now aninterface{}accepting different types depending on the strategy.