DEV Community

Discussion on: User Authentication using Laravel's passport

Collapse
 
webfacer profile image
Ilic Davor

if someone has issue to velidate password, try this:
try replacing the if statment with password by
'if(Hash::check($request->password, $user->password)) {//...}'