forked from astaxie/build-web-application-with-golang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use sensible way of storing user passwords
This removes a lot of confusion for users and only provides them with a good and a bad solution. We switched from scrypt to bcrypt, as that makes it even easier to store and validate passwords.
- Loading branch information
1 parent
041db8f
commit a037c3c
Showing
1 changed file
with
37 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters