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

package express-jwt now requires algorithms explicitly set. #171

Closed
edugrip opened this issue Nov 29, 2020 · 1 comment · Fixed by #172
Closed

package express-jwt now requires algorithms explicitly set. #171

edugrip opened this issue Nov 29, 2020 · 1 comment · Fixed by #172

Comments

@edugrip
Copy link

edugrip commented Nov 29, 2020

However if we set algorithms : ['RS256'], and then provide the options parameter in the jwt.sign method, It generates some line start error.
Please test if this code works.

@amaury1093
Copy link
Owner

Correct, I just fixed it. Dockerfile still doesn't work (i'm not 100% sure why, see #174), but running with yarn should work now: https://github.com/amaurymartiny/login-with-metamask-demo#start-the-demo-using-yarn

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

Successfully merging a pull request may close this issue.

2 participants