fix(auth): rate limit Better Auth routes per client

This commit is contained in:
2026-07-10 11:27:52 -04:00
parent 73f52cdcb1
commit 91e0e4522f
10 changed files with 276 additions and 2 deletions
+8
View File
@@ -43,3 +43,11 @@ namespace_id = "1001"
[ratelimits.simple]
limit = 600
period = 60
[[ratelimits]]
name = "ELY_AUTH_EMAIL_RATE_LIMITER"
namespace_id = "1002"
[ratelimits.simple]
limit = 5
period = 60