Dump the values inside Auth Manager attempt() method to see what it returns , you can get an idea then
Not sure exactly how to do that. I have run the below, and it returns boolean false
dd(Auth::attempt($credentials));
The problem is that every time you receive different encrypted values because of the randomiser.
See the another thread with same problem here. May be this solution will be good for you.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community