You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully used this package in 2 projects, the most recent using laravel breeze starter kit. But I'm trying to use it on a project that uses laravel sanctum and I get logged out on trying to impersonate another user.
I used Telescope to compare the successful usage on previous project and I can see that the current user session id is not deleted and replaced with a new one, rather, the same details is used to attempt to 'update' 'sessions' and fails.
Is there something I've done wrong?
The text was updated successfully, but these errors were encountered:
I have successfully used this package in 2 projects, the most recent using laravel breeze starter kit. But I'm trying to use it on a project that uses laravel sanctum and I get logged out on trying to impersonate another user.
I used Telescope to compare the successful usage on previous project and I can see that the current user session id is not deleted and replaced with a new one, rather, the same details is used to attempt to 'update' 'sessions' and fails.
Is there something I've done wrong?
The text was updated successfully, but these errors were encountered: