Skip to content

Releases: workos/workos-node

v2.5.0

30 Mar 13:38
4986316
Compare
Choose a tag to compare

Added

  • MFA API support (#572)
  • Exported organization type definitions (#562)
  • Added organization_id parameter to listDirectories method (#576)

Changed

  • Numerous dependency version updated

v2.4.0

16 Dec 18:19
978e176
Compare
Choose a tag to compare

Added

  • Added support for passing a domain_hint and login_hint to sso.getAuthorizationURL (#540)

v2.3.0

13 Dec 22:23
fb92250
Compare
Choose a tag to compare

Added

  • Added support for passing an organization to sso.getAuthorizationURL (#537)

Changed

  • Increased the default tolerance for webhooks.constructEvent to three minutes (#530)

Deprecated

  • Deprecated the domain parameter for sso.getAuthorizationURL in favor of organization (#537)

v2.2.0

12 Nov 15:56
ee984ee
Compare
Choose a tag to compare

Added

  • Exposed directory_id field on Users and Groups (#514)

v2.1.1

08 Nov 22:52
ac68982
Compare
Choose a tag to compare

Added

  • Webhook Validation: Added line to stringify payload to resolve error (#517)

v2.1.0

05 Nov 19:18
84d1ca6
Compare
Choose a tag to compare

Added

  • Added 'inactive' to user state (#510)
  • Added Get a Directory endpoint (#511)

v2.0.0

29 Oct 22:07
d2f76e0
Compare
Choose a tag to compare

Breaking Changes

  • The organization_id field on the following objects was made nullable (#504):
    • Connection
    • Directory
    • Profile
  • The listMetadata field on the List type was renamed to list_metadata (#508)

New Features

  • Added types for webhook events (#506)

v1.6.0

29 Oct 16:32
5ec30ec
Compare
Choose a tag to compare

Added

  • Added Auth0SAML to ConnectionType (#501)
  • Exported exceptions (#503)

v1.5.0

13 Oct 16:01
d682013
Compare
Choose a tag to compare

Added

  • Webhook signature validation added (#473)

v1.4.0

21 Sep 17:14
5549ef8
Compare
Choose a tag to compare

Added

  • Added support for allow_profiles_outside_organization to organizations (#468)
  • Exported ProfileAndToken type (#469)
  • Added organization_id to profiles (#470)