WorkOS integration with Laravel 12 and Filament?
Has anyone used the new WorkOS integration with Laravel 12 and Filament? Any ideas as to how that auth flow would be setup?
1 Reply
I have a proof of concept that works. I use the laravel/workos utility package, add that middleware to the filament configuration, disable panel login, get the permissions from the workos token and check if the user has the permissions to access the panel in the canAccessPanel() method. All seems to work fine. What we discovered is that WorkOS is not localizable at all (as we speak) which would mean you can’t use their AuthKit and emails (we are a Dutch company) unless you build all that yourself using their APIs.