Browse Source

docs: Add note on helmet middleware

Michael Bromley 4 years ago
parent
commit
91e7547972
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/content/docs/developer-guide/deployment.md

+ 1 - 0
docs/content/docs/developer-guide/deployment.md

@@ -32,6 +32,7 @@ For a production Vendure server, there are a few security-related points to cons
     // ...
   }
   ```
+* Consider using [helmet](https://github.com/helmetjs/helmet) as middleware (add to the `apiOptions.middleware` array) to handle security-related headers. 
 
 ## Health/Readiness Checks