dwinjnr / laravel-multi-auth

Multiple Authentication in Laravel 5.6 (Admin and User)
MIT License
12 stars 7 forks source link

Log Out Doesn't work in Admin when remember me #3

Open senzlord opened 5 years ago

senzlord commented 5 years ago

When i remember me in admin login page. Logout still can be used when i log in in default user, but it doesn't work in admin. I still can access admin dashboard after logout, directly.

zjbarg commented 5 years ago

What route/action are you calling for admin logout?