Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No more default digest in node.js 8 #44

Open
vkoechli opened this issue Sep 1, 2017 · 3 comments
Open

No more default digest in node.js 8 #44

vkoechli opened this issue Sep 1, 2017 · 3 comments

Comments

@vkoechli
Copy link

vkoechli commented Sep 1, 2017

When running reStore under node.js 8.4.0, trying to sign up a user returns a 500 error: <<The "digest" argument is required and must not be undefined>>. Supposedly a consequence of nodejs/node#11305. The default used to be sha1, but that is no longer the case.

@lesion
Copy link

lesion commented Sep 1, 2017

I've fixed this in my fork with this commit:

lesion@cc065ec

@untitaker
Copy link

@lesion if you're going to keep maintaining that fork I would suggest merging the commits from https://github.com/untitaker/morestore as well.

@lesion
Copy link

lesion commented Sep 2, 2017

done, thanks for the suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants