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 believe you might be mistaken here as I am having a similar issues but have been able to narrow it down a little more.
Laravel Version: 7
PHP Version: 7.4.2
The Authenticate middleware expects a JSON response within the $request yet after doing Auth::login($user, true); this JSON value is null so in the middleware it redirects back to the landing page asking you to sign in yet again.
However if you close your browser down and open it again it solves this issue which is weird.
After successfully logging in via steam and pressing f5 key the session dies..
The text was updated successfully, but these errors were encountered: