Skip to content

Comments

feat: add rate limiting to claim endpoints (1 req/min per IP)#54

Merged
JerryIdoko merged 2 commits intoVesting-Vault:mainfrom
JojoFlex1:feat/rate-limit-claims
Feb 23, 2026
Merged

feat: add rate limiting to claim endpoints (1 req/min per IP)#54
JerryIdoko merged 2 commits intoVesting-Vault:mainfrom
JojoFlex1:feat/rate-limit-claims

Conversation

@JojoFlex1
Copy link
Contributor

Changes:

Added express-rate-limit package
Applied rate limiter middleware to /api/claims, /api/claims/batch, and /api/claims/backfill-prices
Limits each IP to 1 request per minute
Returns clear error message when limit is exceeded

Closes #4

@JerryIdoko JerryIdoko merged commit 637553a into Vesting-Vault:main Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

# Issue: [Security] Rate Limit Claims

2 participants