mozilla / fxa-auth-server

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

fix(tests): pass tests in node 10 #2902

Closed philbooth closed 5 years ago

philbooth commented 5 years ago

Same deal as mozilla/fxa-auth-db-mysq#473, changes scrypt-hash to an optional dependency and then falls back to crypto.scrypt when it's not available.

Note that currently it's pointing to my unmerged fxa-auth-db-mysql branch, I'll need to re-run shrinkwrap if/when that PR is merged.

@mozilla/fxa-devs r?

shane-tomlinson commented 5 years ago

Amazing @philbooth! I kept hitting the memory limit exceeded error.