riverrun / bcrypt_elixir

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

[question]: What to replace with add_hash and for check_pass? #46

Closed apoorv-2204 closed 9 months ago

apoorv-2204 commented 9 months ago

These functions are being deprecated and likely moved to Comeonin. Warnings are causing CI/CD failures. Should we transition to Comeonin.add_hash()/1 and Comeonin.check_pass()/2, or is there a way to replace them with hash_pwd_salt and verify_pass without disrupting existing code?