thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.78k stars 2.67k forks source link

Conflict between web guard and admin guard #5581

Closed haceneouserir closed 2 years ago

haceneouserir commented 2 years ago

Laravel version

8.75

PHP version

7.4.3

Voyager version

1.5

Database

MySQL 8

Description

Hi there, I have a problem in my project with Laravel Voyager, I created a custom admin guard and set up a Laravel/UI package to create the authentication user, now I have a web guard and an admin guard, and I use the web guard for the normal user only to buy products...etc, and I'm using the admin guard in a login admin panel Login...etc The problem is when logging out of the user account the admin also log out even though I use two different guards.

Steps to reproduce

Expected behavior

I facing a problem when the user with a web guard log out, the admin with an admin guard does logout also.

Screenshots

No response

Additional context

No response

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.