Releases: workos/workos-node
Releases · workos/workos-node
v7.9.0
v7.8.0
v7.7.0
v7.6.0
Added
- Added support for
email_verification.created
andpassword_reset.created
events (#1048) - Added new endpoints to the User Management API to support sending your own emails:
getEmailVerification
,getPasswordReset
, andcreatePasswordReset
(#1048) - Deprecation notice for the
sendPasswordResetEmail
method in favor ofcreatePasswordReset
(#1048) - Added role to directory user (#1046)
Updated
- Updated dependency ts-jest to v29.1.3 (#1044)
v7.5.0-beta.node-compatibility
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
v7.4.0
v7.3.0
Added
- Added
acceptInvitationUrl
to invitation object returned by API (#1036) - Added new event types:
invitation.created
andmagic_auth.created
(#1036) - Added new endpoints for the Magic Auth API:
getMagicAuth
andcreateMagicAuth
(#1036) - Deprecation notice for
sendMagicAuthCode
method in favor ofcreateMagicAuth
(#1036)