francescomalatesta / laravel-api-boilerplate-jwt

A Laravel 5.8 API Boilerplate to create a ready-to-use REST API in seconds.
MIT License
1.17k stars 285 forks source link

Auth::guard()->attempt($credentials) returns false #67

Closed notflip closed 6 years ago

notflip commented 6 years ago

I always get a 403 error, the user exists in my database. Any idea what might be happening?

notflip commented 6 years ago

Woops! My test password wasn't hashed in the database. Thanks for this library!

erickcastrillo commented 5 years ago

I am experiencing the same issue here. I am getting a 403 Forbiden error message that comes from the line 27 of LoginController

mastercho commented 5 years ago

Got same issue and cant solve it