You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)