fix(auth): rate limit Better Auth routes per client
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user