You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to modify auth.service.js to get this to run, adding algorithms: ['RS256'] to the expressJwt configuration.
There are also quite verbose warnings popping up at npm run dev complaining about mongodb settings (but that is probably because I updated it before running since npm informed me that the original mongo version included had severe security problems.
The useMongoClient option is no longer necessary in mongoose 5.x, please remove it.
I think this project seems quite helpful to someone learning about node backend stuff (like me) so I figured I'd comment about it.
The text was updated successfully, but these errors were encountered:
Hi @aslak01 I am very happy to know that the project has been useful to you. What do you think if you send a PR with the changes you made and so we help more people who start with nodejs?
Hey,
I had to modify auth.service.js to get this to run, adding
algorithms: ['RS256']
to the expressJwt configuration.There are also quite verbose warnings popping up at
npm run dev
complaining about mongodb settings (but that is probably because I updated it before running since npm informed me that the original mongo version included had severe security problems.I think this project seems quite helpful to someone learning about node backend stuff (like me) so I figured I'd comment about it.
The text was updated successfully, but these errors were encountered: