Skip to content

Commit

Permalink
fix(config): use @phc forks for hashing
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed May 24, 2020
1 parent 081c447 commit 19debf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/config/hash.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ const hashConfig: HashConfig = {
| Argon mapping uses the `argon2` driver to hash values.
|
| Make sure you install the underlying dependency for this driver to work.
| https://www.npmjs.com/package/@phc/argon2.
| https://www.npmjs.com/package/phc-argon2.
|
| npm install @phc/argon2@"<2.0.0"
| npm install phc-argon2
|
*/
argon: {
Expand All @@ -59,9 +59,9 @@ const hashConfig: HashConfig = {
| Bcrypt mapping uses the `bcrypt` driver to hash values.
|
| Make sure you install the underlying dependency for this driver to work.
| https://www.npmjs.com/package/@phc/bcrypt.
| https://www.npmjs.com/package/phc-bcrypt.
|
| npm install @phc/bcrypt@"<2.0.0"
| npm install phc-bcrypt
|
*/
bcrypt: {
Expand Down

0 comments on commit 19debf2

Please sign in to comment.