Panels user restrictions
I only have one table for users, admin and client. I also have panels (admin and client) for each user type.
How can I restrict client users to access admin panels? Without using auth guards
2 Replies
I'm using middleware for that.