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
{{ message }}
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
Hi, I am just starting to use your package for my laravel project and I just notice that when I log an account into my website, an entry is log into my user table on phpmyadmin, but when I try to login with another account this entry with user_id 1 is remove and recreate with the new user profile and get the user_id 1. So, when i try to login with two user accounts in the same time, they all get the profile information of the lasted who login.