Have two different authentications

Hi there,

I am creating a new system for one of my clients, and I am using Filament for the admin dashboard to manage everything.

However, there will also be a user area where users can login. The users and admins are the same table, despite of the is_admin field that would be true or false.

I am wondering if it is possible to have a second authentication aside of Filament. I installed Laravel UI (I know its deprecated, but it works), but when I try to login it just redirects back to the login page.

Anyone already made something likes this, or does someone know where to start?
Was this page helpful?