Releases: workos/workos-node
Releases · workos/workos-node
v7.18.0
Added
- Added the
organizationId
parameter to AuthenticateWithRefreshTokenOptions
(#1093)
v7.17.0
Added
- Added support for FGA endpoints #1077
v7.16.0
Added
- Added support for authentication events (#998)
v7.15.0
Added
- Simplify AuthKit session handling with new
authenticateWithSessionCookie
and refreshAndSealSessionData
methods, and the ability to optionally seal session data on all authenticateWith*
methods (#1078)
Full Changelog: v7.14.0...v7.15.0
v7.12.0
What's Changed
- Updated the return type of
workos.userManagement.authenticateWithRefreshToken
to match other authenticateWith methods.
v7.11.4
Fixed
- Fix
NodeHttpClient
handling of URLSearchParam
request bodies by @mthadley in #1071