bitfumes / Create-Blog-with-Admin-Panel

Learn Laravel while Creating Blog and Admin side also. We will use Bootstrap template for Blog and Admin LTE for admin panel
80 stars 78 forks source link

conlifct in front user and admin user #15

Open Emily7918 opened 3 years ago

Emily7918 commented 3 years ago

When the front user and admin user login at the same time. Do you notice that, when we logout the front user the admin user will also log out at the same time. Since they use the same route /logout.

Also, when i log in to the front user, it sometimes redirect to the admin-login page. It's strange!