Skip to content

Releases: workos/workos-node

v7.19.0

30 Jul 18:13
b9179ec
Compare
Choose a tag to compare

What's Changed

  • Fix iron-session worker support (#1091)
  • Add test for worker environment (#1092)

Full Changelog: v7.18.0...v7.19.0

v7.18.0

29 Jul 18:18
7248def
Compare
Choose a tag to compare

Added

  • Added the organizationId parameter to AuthenticateWithRefreshTokenOptions (#1093)

v7.17.1

26 Jul 15:42
a4111ee
Compare
Choose a tag to compare

What's Changed

  • Fix invalid session cookie enum name (#1088)

Full Changelog: v7.17.0...v7.17.1

v7.17.0

24 Jul 20:35
ec53b35
Compare
Choose a tag to compare

Added

  • Added support for FGA endpoints #1077

v7.16.0

23 Jul 16:18
97aff8d
Compare
Choose a tag to compare

Added

  • Added support for authentication events (#998)

v7.15.0

23 Jul 13:14
0b65f03
Compare
Choose a tag to compare

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.14.0

18 Jul 15:19
760c5a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.13.0...v7.14.0

v7.13.0

10 Jul 12:36
c9834c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.12.0...v7.13.0

v7.12.0

08 Jul 17:28
80edc61
Compare
Choose a tag to compare

What's Changed

  • Updated the return type of workos.userManagement.authenticateWithRefreshToken to match other authenticateWith methods.

v7.11.4

02 Jul 22:23
de35546
Compare
Choose a tag to compare

Fixed

  • Fix NodeHttpClient handling of URLSearchParam request bodies by @mthadley in #1071