Skip to content

Releases: workos/workos-php

v1.5.1

17 Dec 20:16
63c5894
Compare
Choose a tag to compare

Fixed

  • Fixed a bug in Webhooks::constructEvent that was returning an error when webhooks contained non UTF-8 characters

v1.5.0

16 Dec 21:24
b26a0d1
Compare
Choose a tag to compare

Added

  • Added support for Organization parameter for GetAuthorizationURL function
  • Added support for domain_hint and login_hint parameters for GetAuthorizationURL function

v1.4.0

09 Nov 20:01
e3d75e2
Compare
Choose a tag to compare

Added

  • Added GET Directory function
  • Added Webhook validation function

v1.3.0

28 Oct 16:23
e19ef69
Compare
Choose a tag to compare

Added

  • Exposed custom_attributes on DirectoryUser (#66)

v1.2.0

23 Sep 15:30
5a16f2a
Compare
Choose a tag to compare

Added

  • Added support for allowProfilesOutsideOrganization to organizations (#61)
  • Added organizationId to profiles (#63)

v1.1.0

06 Jul 20:20
692cd3e
Compare
Choose a tag to compare

Added

  • Added a getProfile() function

Fixed

  • Fixed an issue with getProfileandToken() returning 'raw' within the profile payload

v1.0.0

12 May 20:05
7966c1a
Compare
Choose a tag to compare

Breaking Changes

  • SSO::getProfile was renamed to SSO::getProfileAndToken (#45)
  • The return type was changed from Profile to ProfileAndToken
  • Organization operations were moved from the Portal class to Organizations (#46)
  • Portal::listOrganizationsOrganizations::listOrganizations
  • Portal::createOrganizationOrganizations::createOrganization
  • Portal::updateOrganizationOrganizations::updateOrganization
  • SSO::createConnection was removed (#47)

Deprecated

  • The deprecated getProjectID and setProjectID methods were fully removed. The getClientID and setClientID methods were used instead (#44)

v0.9.6

11 May 19:16
df150ae
Compare
Choose a tag to compare

Added

  • Added Update Organization function (#41)

Fixed

  • Fixed a bug with the HTTP DELETE method (#42)

v0.9.5

07 May 21:43
6bfc683
Compare
Choose a tag to compare

Added

  • Added delete HTTP method (#37)

Deprecated

  • Removed the following fields from Connections (#38):
    • oidcClientId
    • oidcClientSecret
    • oidcDiscoveryEndpoint
    • oidcRedirectUri
    • samlEntityId
    • samlIdpUrl
    • samlRelyingPartyPrivateKey
    • samlRelyingPartyPublicKey
    • samlX509Certs
    • oauthUid
    • oauthSecret
    • oauthRedirectUri

V0.9.4

23 Apr 17:11
169634e
Compare
Choose a tag to compare

Fixed

  • Fixed typo in utils/request.php file

Added

  • Added support for illuminate/support versions 5-8 package
  • Added delete directory functionality for directory sync