mozilla / fxa-auth-server

DEPRECATED - Migrated to https://github.com/mozilla/fxa
Mozilla Public License 2.0
399 stars 121 forks source link

fix(node 8): support for node 8 removed #2961

Closed farhan787 closed 5 years ago

farhan787 commented 5 years ago

fixes #2958

philbooth commented 5 years ago

@farhan787, you'll also need to remove the scrypt-hash dependency and regenerate shrinkwrap using npm run shrink.

farhan787 commented 5 years ago

@philbooth lib/crypto/password.js is using the scrypt-hash depedency then what should be the replacement for that ?

farhan787 commented 5 years ago

@philbooth I got it!

farhan787 commented 5 years ago

@philbooth @shane-tomlinson I request you guys to delete this PR and review #2963 I accidentally, made a new branch issue-#2961 which was PR id, so please review #2963 and delete this PR.