added request limiter to backend

This commit is contained in:
2026-04-26 16:10:34 +02:00
parent 40d784ab36
commit d2c36e71be
3 changed files with 49 additions and 8 deletions
+2 -1
View File
@@ -15,8 +15,9 @@
"dotenv": "^17.2.1",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-rate-limit": "^8.4.1",
"jose": "^6.0.12",
"mysql2": "^3.14.3",
"nodemailer": "^7.0.6"
}
}
}