Argon2id password checking

Hi Brian,
In order to do this you need to use the password verify indeed. You just need to give the plain password and the hash stored in the database and it will return a boolean true if the password is correct.

So just query the hashed passwords in the database then use the password verify to check if the password is correct.

3 Likes