mr-ma / paper-review-go

paper review enables researchers to review papers collaboratively, craft taxonomies, visualise results, and analyse the gaps
0 stars 0 forks source link

Persist hash of passwords #4

Closed mr-ma closed 6 years ago

mr-ma commented 6 years ago

Currently passwords are stored in plain text

FelixHuberFX commented 6 years ago

Fixed.

Using the golang.org/x/crypto/bcrypt library to hash passwords.