DashboardSign In

Installation

Command Line
Laravel

Releases

v4.0.0

November 22, 2023
November 22, 2023

Breaking Change

  • Bumped workos-php package version to v4.0.0 (#50)

Follow workos/workos-php releases to catch the latest changes

v3.1.0

May 4, 2023
May 4, 2023

What's Changed

  • Enable Laravel 10 by @sheldonvaughn in https://github.com/workos/workos-php-laravel/pull/48

Full Changelog: https://github.com/workos/workos-php-laravel/compare/v3.0.0...v3.1.0

v3.0.0

April 21, 2023
April 21, 2023

Updated

  • Updated workos-php-laravel version to 3.0.0 to align with workos-php 3.x.x versioning.

v2.0.0

December 9, 2022
December 9, 2022

Breaking Change

  • Bump workos-php package version to v2.1.0 (https://github.com/workos/workos-php-laravel/pull/36) (follow workos/workos-php releases to catch the latest changes)

v1.8.0

October 20, 2022
October 20, 2022

Updated

  • Updated workos-php version to 1.17.0

v1.7.0

September 29, 2022
September 29, 2022

Changed

v1.6.0

September 27, 2022
September 27, 2022

Changed

v1.5.0

April 13, 2022
April 13, 2022

Changed

  • Split AuthenticationChallenge resource into AuthenticationChallengeTotp and AuthenticationChallengeSms

v1.4.0

March 30, 2022
March 30, 2022

Added

  • Added support for Laravel 9 (#27)

v1.3.0

February 25, 2022
February 25, 2022

Changed

  • Upgraded Workos PHP package to all versions until 2.0

v1.2.0

February 11, 2022
February 11, 2022

Changed

v1.1.0

October 28, 2021
October 28, 2021

Changed

  • Bumped workos/workos-php version to 1.3.0 (#19)

v1.0.1

June 24, 2021
June 24, 2021

Fixed

  • Fixed bug on previous version, updated PHP SDK in the composer file

v1.0.0

June 24, 2021
June 24, 2021

Changed

  • Updated WorkOS PHP SDK version to 1.0.0

Deprecated

  • Deprecated project_id in favor od client_id

v0.9.1

April 23, 2021
April 23, 2021

Changed

  • Updated Laravel support to include version 8

v0.9.0

January 13, 2021
January 13, 2021

Changed

  • Removed project ID and added environment ID to EventAction and Directory resources

Deprecated

  • Deprecate project ID in favor of client ID
  • Retired promoteDraftConnection

v0.8.0

January 12, 2021
January 12, 2021

Added

  • Added support for Passwordless

v0.7.0

October 14, 2020
October 14, 2020

Added

  • Exposed connection_id attribute on Profile objects

v0.5.1

September 14, 2020
September 14, 2020

Fixed

  • Fixed issue when translating API response to a Connection resource

v0.5.0

August 25, 2020
August 25, 2020

Added

  • Updated the workos-php dependency to v0.5.0 to give access to the raw_attributes field in Profile

v0.4.0

August 3, 2020
August 3, 2020

Added

  • Used workos-php 0.4.0
  • Added support for Audit Trail GET /events endpoint

v0.3.1

May 1, 2020
May 1, 2020

Added

  • Bumped version of workos/workos-php to 0.3.1
  • createConnection function added to SSO for creating a Connection with a token
  • Additional resources created to represent a Connection

Deprecated

  • Deprecated promoteDraftConnection

v0.3.0

April 28, 2020
April 28, 2020

Added

  • Used workos/workos-php v0.3.0
  • Added support for Audit Trail
  • Added support for Directory Sync
  • Added SDK specific user agent for requests

v0.0.1

April 11, 2020
April 11, 2020

Added

  • Used v0.0.1 of the workos/workos-php SDK which has support for SSO
  • Included a configuration file template