Skip to content

Releases: auth0/go-auth0

v0.9.2

18 Jul 15:56
Compare
Choose a tag to compare

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

15 Jul 06:33
Compare
Choose a tag to compare

Added

  • Added more connection strategies that default to OAuth2 (#93)

v0.9.0

12 Jul 14:31
Compare
Choose a tag to compare

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

06 Jul 08:09
Compare
Choose a tag to compare

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

22 Jun 16:32
Compare
Choose a tag to compare

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

08 Jun 12:58
Compare
Choose a tag to compare

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

13 Apr 17:46
Compare
Choose a tag to compare

Fixed

  • Fixed uri path escaping for param IDs that have a forward slash in them (#40)

v0.6.2

07 Apr 19:00
Compare
Choose a tag to compare

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

03 Mar 16:36
Compare
Choose a tag to compare

Added

  • Added ShowAsButton option on Connection (#29)

Fixed

  • Fixed json tags on AllowList for Attack Protection structs (#30)

v0.6.0

22 Feb 16:39
Compare
Choose a tag to compare

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)