Use password_hash and verify |
Read this article first.
Implementing Secure User Authentication in PHP Applications with Long-Term Persistence (Login with "Remember Me" Cookies) The best example that I have seen is how Myth/Auth does it, it uses the above type coding. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Messages In This Thread |
Use password_hash and verify - by splitX26 - 01-19-2021, 07:36 AM
RE: Use password_hash and verify - by paulbalandan - 01-19-2021, 09:37 AM
RE: Use password_hash and verify - by splitX26 - 01-19-2021, 09:44 AM
RE: Use password_hash and verify - by InsiteFX - 01-19-2021, 12:23 PM
|