riverrun / bcrypt_elixir

Bcrypt password hashing for Elixir
Other
165 stars 26 forks source link

verify_hash/3 breaks phauxth #1

Closed dsignr closed 7 years ago

dsignr commented 7 years ago

W.R.T: 1b00fa78e0393bfcd1f02861d59dfef518df1c58

This breaks Phauxth with function Bcrypt.verify_hash/3 is undefined or private.

riverrun commented 7 years ago

It's now Bcrypt.verify_pass/2 -- sorry about the confusion :)

dsignr commented 7 years ago

Ok, thanks for the clarification. Upgrading to Phauxth 0.12.1-rc.1 solves this for now. Closing and thank you :)