add redis rate limiter

This commit is contained in:
miloschwartz
2025-06-19 16:57:54 -04:00
parent 377eb2b851
commit 494b54ac32
6 changed files with 56 additions and 22 deletions

View File

@@ -92,6 +92,7 @@
"oslo": "1.2.1",
"pg": "^8.16.0",
"qrcode.react": "4.2.0",
"rate-limit-redis": "^4.2.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-easy-sort": "^1.6.0",
@@ -107,9 +108,9 @@
"winston": "3.17.0",
"winston-daily-rotate-file": "5.0.0",
"ws": "8.18.2",
"yargs": "18.0.0",
"zod": "3.25.56",
"zod-validation-error": "3.4.1",
"yargs": "18.0.0"
"zod-validation-error": "3.4.1"
},
"devDependencies": {
"@dotenvx/dotenvx": "1.44.1",