Today I deployed a full-stack example app. It’s a toy app for learning purposes.
But it’s still important to think about security. Unfortunately, it’s a topic that most tutorials don’t cover.
Here are 3 links for learning more about securing your Node.js/Expess.js apps:
- Node Best Practices: Security
- Express.js Production Best Practices: Security
- Your Node.js authentication tutorial is (probably) wrong (this article is about authentication and not general security, but still helpful)