FilamentF
Filament2y ago
jabs

Multiple Panels, 1 Login Screen

Hi, I am building filament v3 app that has multiple panels.

Instead of having different login urls, i want to have 1 login url, and based on the user_type (stored in the users table) it needs to redirect to the correct panel.

I tried creating a seperate panel, which seems to kind of work, but I cant get the redirection to work. Anyone that can push me into the right direction? Or is there a better practice?

I tried overriding the LoginResponse with a custom one. But also doesnt seem to work.
Was this page helpful?