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
Found solution at last!
So, Auth::login($user) was not working for me even after trying everything. (Added middlewares, etc). It worked for me after removing all dump(), var_dump(), die(), etc. from the Listener! :D
I login using Auth::login($user) which returns 'true' inside the Listener. But it doesn't keep user Logged in when I go to other pages.
The text was updated successfully, but these errors were encountered: