Support the ongoing development of Laravel.io →
Authentication
Last updated 1 year ago.
0

Is the password column in your database big enough? It needs to be at least 60 characters, otherwise it is not able to store the whole hash.

Last updated 1 year ago.
0

Yep it his..

Weird issue

anyone?

Last updated 1 year ago.
0

Check if output from "$user->getAuthPassword(); " matches the password in the database. This could be your issue, if you have edited or created your own User Model.

Last updated 1 year ago.
0

I have same issue. It always returns null. I'm using my own model for user.

if(Hash::check($data -> password, $user -> pwd_hash))

checking like this. Also my pwd_hash field is more than 60 characters in database column. Please help anyone.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

napster2k3 napster2k3 Joined 14 May 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.