Skip to content

v6.0.0

Choose a tag to compare

@gjtorikian gjtorikian released this 14 Apr 17:18
1dcbde7

6.0.0 (2026-04-14)

⚠ BREAKING CHANGES

  • v6 is a major rewrite of the Laravel SDK to align with the redesigned workos/workos-php v5 client.
  • WorkOS\Laravel\Services\WorkOSService has been removed. The container, helper, and facade now resolve to \WorkOS\WorkOS directly.
  • Several service accessors were renamed upstream: mfa()multiFactorAuth(), portal()adminPortal(), rbac()authorization(), and webhook() was split into webhooks() and webhookVerification().
  • Before upgrading, follow docs/V6_MIGRATION_GUIDE.md.

Features

  • rewrite the Laravel integration as a thin adapter over workos/workos-php v5, bind \WorkOS\WorkOS directly, and expose the upstream v5 service surface (#87) (b72cb58)