[FEATURE] Include examples, including installation, hashing, and verifying
fireproofsocks opened this issue · 3 comments
fireproofsocks commented
Problem
Users would benefit if the documentation had examples including the following:
- Installation instructions (since this relies on comeonin AND a hashing package, it would be good to go beyond the standard blurb of what to include in your
mix.exs
file) - Show a complete flow using at least one of the algorithms: hashing a password, then verifying it.
riverrun commented
Thanks for raising the issue. I think I need to make it clearer where all the documentation is. I will look into it further and get back to you soon.
riverrun commented
Just a quick note to let you know about the progress on this issue.
I have updated the READMEs and documentation for comeonin, argon2_elixir, bcrypt_elixir and pbkdf2_elixir. Next, I am going to add a page to the Comeonin wiki providing an example workflow, and write a blog post about the various changes in the latest version of Comeonin.
riverrun commented
Added https://github.com/riverrun/comeonin/wiki/Hashing-passwords to the wiki, and so closing this issue.