Support the ongoing development of Laravel.io →

r0bin51

Joined 9 Dec 2015

Statistics

Threads 2
Replies 6
Solutions 1
Articles 0

Cannot check password hash - Why?

Hello, I developer some API with JWT and everything is working, except the change password function....

Likes Replies

Problem with JWT login

Hello. I'm having some issues with my laravel api server using JWT. First of all: I already implemen...

Likes Replies
Solved
replied 7 years ago

Cannot check password hash - Why?

i use JWT, dunno if this could be the problem

0 Likes
replied 7 years ago

Cannot check password hash - Why?

nope, I use this standard function: $password=Hash::make($password); $newuser['password'] = $passwor...

0 Likes
replied 7 years ago

Cannot check password hash - Why?

mcklayin said: Make dd() of $oldpassword and $user->password, to see what data's printed user-&...

0 Likes
replied 7 years ago

Cannot check password hash - Why?

mistype, $oldpassword and not @oldpassword. But still not working

0 Likes
replied 7 years ago

Problem with JWT login

return User::create(['email' => $email, 'password' => bcrypt($password)]); with this row it wo...

0 Likes
Solved

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.

© 2023 Laravel.io - All rights reserved.