Why's Auth::check() returning false even though I'm logging in successfully? – Nginx
I'm using Passport for my authentication system. I'm not sure why Auth::check()'s returning false even though I'm using the correct credentials to login. I can verify that the login works because if I type in a wrong email and password,…