Yes, it would as it shares the same cookie and hence session. Guards are not meant for different sessions, but different authentication logic. The hack wont be trivial and it would require manipulating cookies and session.
Oct 3, 2016
3
Level 5
[5.3] Multi Auth configuration problem: guards use same session
Hi, I created package for easy setup multi auth https://github.com/Hesto/multi-auth . It just configure multi auth in Laravel 5 way. Almost everything work great but when we log into 2 different guards and then we logout from one of them, the second guard logging out too. Do you know how to fix it? Here is github issue: https://github.com/Hesto/multi-auth/issues/11
Please or to participate in this conversation.