feat: implement security headers and rate limiting; update environment variables and documentation

This commit is contained in:
Nils-Johan Gynther
2026-04-21 08:06:21 +02:00
parent c1d51c771e
commit 7748ad311f
13 changed files with 133 additions and 23 deletions
+2 -1
View File
@@ -31,7 +31,8 @@
"sharp": "^0.33.5",
"tesseract.js": "^6.0.1",
"uuid": "^11.1.0",
"helmet": "^8.0.0"
"helmet": "^8.0.0",
"@nestjs/throttler": "^6.4.0"
},
"devDependencies": {
"@nestjs/cli": "^10.3.0",