ueberauth / guardian

Elixir Authentication
MIT License
3.43k stars 382 forks source link

Some minor issues with Getting started tutorial #591

Closed corroded closed 5 years ago

corroded commented 5 years ago

Hi,

I am currently trying to follow the original article by Tyler and ended up here. I've noticed some minor snags while following it so dropped by to list them down and maybe do a PR for the corrections if deemed necessary?

So far I am on Tyler's step 4 which is password hashing. Here are a couple of things I noticed while comparing the old article and the current README here:

1) comeonin v5 is not needed in mix.exs anymore 2) comeonin actually recommends Argon2 as the hashing library to use 3) I don't see any mention of tests, but I would have expected the autogenerated ones to be passing - but they don't. It's basically because we need to compare the hashed passwords instead of the plain text ones.

Again, they are all pretty minor so far, but is this something that can be corrected? If so I can create a PR for these changes :) (Also will continue to follow the other steps tonight and see if I need to add more notes here)

Cheers!

yordis commented 5 years ago

@corroded PR welcome for sure!

Hanspagh commented 5 years ago

Closed by #593