The answer for your question is already there in your question it self. What i mean is , when you say different guards it means two separate database, and two separate sessions are maintained in the application. You are saying that you are logging in the user with one table and different guards? i dont think it makes any sense. why do you need different guard for single user ?
Jan 25, 2019
5
Level 1
Separate session for one user logged with different guards
Hello to all,
When an user is logged in as one guard and tries to login with another with the same account email/username, the first guard session is being destroyed and the user is logged out from the first guard.
How can I separate the sessions for the two guards
Level 3
Please or to participate in this conversation.