Laravel5.1 {code...} laravel's default authentication method seems to be bcrypt. How to change it to md5 or another one. After php's bcrypt encryption, can I only use php for verification? Can I use java or node for verification? Laravel5.1
If (Auth: attempt (['email '=> $ email, 'Password' => $ password]) {// Authentication passed ...}
Laravel's default authentication method seems to be bcrypt. How to change it to md5 or another one.
After php's bcrypt encryption, can I only use php for verification? Can I use java or node for verification?
Reply content:
Laravel5.1
If (Auth: attempt (['email '=> $ email, 'Password' => $ password]) {// Authentication passed ...}
Laravel's default authentication method seems to be bcrypt. How to change it to md5 or another one.
After php's bcrypt encryption, can I only use php for verification? Can I use java or node for verification?
Http://segmentfault.com/q/1010000003480565 doesn't know the problem this brother encountered is the same as yours