feat: add auth email rate limit (#220)

This commit is contained in:
KM Koushik
2025-09-09 23:08:59 +10:00
committed by GitHub
parent 3d123dba1f
commit 9723c78825
4 changed files with 87 additions and 1 deletions

View File

@@ -20,5 +20,6 @@ NEXTAUTH_SECRET=""
FROM_EMAIL="hello@usesend.com"
API_RATE_LIMIT=2
AUTH_EMAIL_RATE_LIMIT=5
NEXT_PUBLIC_IS_CLOUD=true