Increasing security of Express applications with the Helmet middleware
Making sure that the application is secure is one of the most important tasks of a developer. This is a vast topic, and in this article, we tackle it by adding a set of HTTP headers. The Helmet is a middleware for Express applications. It sets many different HTTP headers and aims to make applications […]