F
Filament16mo ago
Homd

Possible to use filament login for normal user? (non-admin)

I want to use filament login page for 2 user. User with is_admin == 1 will be directed to panel, while others will be directed to another route. Is this possible and easy to achieve? Thanks
2 Replies
Hasnayeen
Hasnayeen16mo ago
you can override the Authenticate middleware in your panel provider to implement this logic

Did you find this page helpful?