add: Rate limiting & tests

This commit is contained in:
$(pass /github/name)
2024-08-23 11:58:53 +02:00
parent 682c50574b
commit 4274f386f7
7 changed files with 247 additions and 1 deletions

View File

@@ -22,5 +22,11 @@
"recipients": {
"ContactForm": "contacts@server.com",
"UserRegistration": "registration@server.com"
},
"security": {
"RateLimits": {
"Limit": 1,
"Burst": 60
}
}
}