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
Hi, I'm using Laravel 8 and sentinel is giving me login problems. As soon as I log in, the user is not saved in session, as soon as I run Sentinel::check() gives me null value. What am I doing wrong?
P.s To login, I use the command:
Sentinel::authenticateAndRemember($credentials)
The text was updated successfully, but these errors were encountered:
Hi, I'm using Laravel 8 and sentinel is giving me login problems. As soon as I log in, the user is not saved in session, as soon as I run Sentinel::check() gives me null value. What am I doing wrong?
P.s To login, I use the command:
Sentinel::authenticateAndRemember($credentials)
The text was updated successfully, but these errors were encountered: