Closed ghost closed 6 years ago
this is one commit but it builds on top of #36, and fixes the issue i've mentioned at https://github.com/dellitsni/Konsent/pull/32#issuecomment-377792385 and #37
i've introduced two new functions check_password and hash_password that keep all the bcrypt stuff. merge #36 to actually see the diff.
check_password
hash_password
Much better, really nice to see so much progress in the last few days. Everything seems to work as it should now, merging!
this is one commit but it builds on top of #36, and fixes the issue i've mentioned at https://github.com/dellitsni/Konsent/pull/32#issuecomment-377792385 and #37
i've introduced two new functions
check_password
andhash_password
that keep all the bcrypt stuff. merge #36 to actually see the diff.