Auth session admin and user

There is a Laravel project. I have 2 authorizations, the usual one for the user and the filament admin. One user table is used for authorization. That is, if I log in under the admin data in the admin panel, then the script also authorizes the regular user. And if you exit the admin panel, then the user also leaves the usual one. That is, you need to somehow separate the admin and user session. I tried to change it through config auth and guard, but it didn't work out
Was this page helpful?