FilamentF
Filament15mo ago
MZX

Use multiple guards for auth?

I have User, Employee, and Client models, and all of them will use the same Panel.
I have set up the guards and everything, but the filament function
 ->authGuard('client')

only allows me to put one guard, so what are my options here? (I know I can make separate panels, or just make one User table with types, but I would rather have it the way I want)
Was this page helpful?