reef-pi
reef-pi copied to clipboard
Store hashed password
Persist hashed password in the database instead a plain password to improve security
I choose the 'bcrypt' hash algorithms because it's easy to implement: https://snyk.io/blog/secure-password-hashing-in-go/