Releases: auth0/go-auth0
Releases · auth0/go-auth0
v0.9.2
Changed
- [Breaking] Change Metadata to
*map[string]interface{}
in Organization (#95)
- [Breaking] Change Metadata fields to
*map[string]interface{}
in User (#96s)
v0.9.1
Added
- Added more connection strategies that default to OAuth2 (#93)
v0.9.0
Added
- Added
session_cookie
tenant property (#88)
- Added
upstream_params
connection property (#89)
- Added
include_email_in_redirect
email template property (#90)
v0.8.0
Added
- Added
DisableSignOut
field to SAMLP connection options (#78)
- Added several missing tenant flags (#80)
- Added
PKCEEnabled
field to Oauth2 connection options (#82)
- Added
Read()
and Update()
to WebAuthn Roaming Settings (#83)
- Added
Read()
and Update()
to WebAuthn Platform Settings (#83)
- Added
Read()
and Update()
to Duo Settings (#84)
- Added
Read()
and Update()
to Push CustomApp Settings (#85)
- Added
Enable()
Recovery Code MFA (#86)
v0.7.0
Added
- Added
icon_url
to OAuth2 connection options (#74)
Changed
- [Breaking] Changed
AuthParams
to an interface{}
in Email and SMS connection options (#75)
v0.6.4
Added
- Added support for webauthn_platform_first_factor_prompt flag in the prompt (#59)
Changed
- Bumped Go version to 1.18 (#71)
- Ensured that all the tests can be run in any order
- Ensured that all the tests clean up the test tenant afterwards of any created resources
- Enabled http recordings with go-vcr to be used within tests for more reliable testing
v0.6.3
Fixed
- Fixed uri path escaping for param IDs that have a forward slash in them (#40)
v0.6.2
Added
- Added a method to
Unlink
a User
's identity (#35)
- Added fields required to support self-managed certificates (#37)
- Added
profileData
key to UserIdentity
(#33)
- [DXCDT-104] Added
Filters
to LogStream
(#38)
v0.6.1
Added
- Added
ShowAsButton
option on Connection
(#29)
Fixed
- Fixed json tags on AllowList for Attack Protection structs (#30)
v0.6.0
Added
- [DXCDT-44] Add attack protection endpoints (#27)
- Added missing field
ClientID
to Ticket
(#25)
- Clarify intended usage of roles in app metadata vs RBAC (#24)