Skip to content

Releases: workos/workos-node

v7.10.0

10 Jun 12:04
70667dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.9.0...v7.10.0

v7.9.0

05 Jun 16:19
29f9ddf
Compare
Choose a tag to compare
  • Adds support for PKCE params on User management authentication methods

v7.8.0

04 Jun 15:59
5ec1066
Compare
Choose a tag to compare

Added

  • Added a method to find an invitation using the token (#1053)

v7.7.0

03 Jun 19:36
c1b2607
Compare
Choose a tag to compare

Added

  • Added support for totpSecret on userManagement.enrollAuthFactor (#1051)

v7.6.0

24 May 13:46
cc2eeda
Compare
Choose a tag to compare

Added

  • Added support for email_verification.created and password_reset.created events (#1048)
  • Added new endpoints to the User Management API to support sending your own emails: getEmailVerification, getPasswordReset, and createPasswordReset (#1048)
  • Deprecation notice for the sendPasswordResetEmail method in favor of createPasswordReset (#1048)
  • Added role to directory user (#1046)

Updated

  • Updated dependency ts-jest to v29.1.3 (#1044)

v7.5.0-beta.node-compatibility

22 May 15:18
Compare
Choose a tag to compare
Pre-release

Full Changelog: v7.5.0-beta.node-backwards-compatibility...v7.5.0-beta.node-compatibility

What's Changed

  • Adds backwards compatibility for older versions of Node

Full Changelog: v7.5.0...v7.5.0-beta.node-compatibility

v7.5.0

20 May 14:15
27a2181
Compare
Choose a tag to compare

Added

  • Add organization membership deactivate and reactivate API methods (#1042)

v7.4.0

09 May 18:02
053726a
Compare
Choose a tag to compare

Added

  • Added inviterUserId to invitation object returned by API (#1040)

v7.3.0

03 May 19:19
71b2fc6
Compare
Choose a tag to compare

Added

  • Added acceptInvitationUrl to invitation object returned by API (#1036)
  • Added new event types: invitation.created and magic_auth.created (#1036)
  • Added new endpoints for the Magic Auth API: getMagicAuth and createMagicAuth (#1036)
  • Deprecation notice for sendMagicAuthCode method in favor of createMagicAuth (#1036)

v7.2.0

30 Apr 15:27
5ea8a82
Compare
Choose a tag to compare

Added

  • Support organizationId as an optional parameter for the Events API (#1034)
  • Include authenticationMethod in the authentication response (#1031)
  • New Event types organization_membership.created and organization_membership.deleted (#1028)
  • Using domain_data in Organization API options (#1025)