Releases: workos/workos-node
Releases · workos/workos-node
v1.3.1
Changed
- Updated dependencies, including an update of
axios
to0.21.4
v1.3.0
v1.2.0
v1.1.0
v1.0.0
Breaking Changes
sso.getProfile
has been renamed tosso.getProfileAndToken
(#385)- The return type has also been changed from
Promise<Profile>
toPromise<ProfileAndToken>
- The return type has also been changed from
- Organization operations have been moved from the
portal
namespace toorganizations
(#390)portal.createOrganization
→organizations.createOrganization
portal.listOrganizations
→organizations.listOrganizations
sso.createConnection
andsso.promoteDraftConnection
have been removed (#392)- The following fields have been removed from
Connection
s (#379):oauth_uid
oauth_secret
oauth_redirect_uri
saml_entity_id
saml_idp_url
saml_relying_party_trust_cert
saml_x509_certs
Added
Removed Deprecations
- The deprecated
projectID
parameter forsso.getAuthorizationURL
andsso.getProfileAndToken
(formerlysso.getProfile
) has been fully removed. TheclientID
parameter should be used instead (#389)