Commit 9fd3a44
committed
feat(auth): add rate limiting middleware to request code endpoint
- Implement rate limiting specifically for the `/api/v1/auth/request-code` endpoint
- Use custom rate limit configuration from EnvironmentConfig
- Apply rateLimiter middleware with ipKeyExtractor for key generation1 parent 65f76a2 commit 9fd3a44
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments