You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(security): apply rate limiting to OAuth endpoints
- Apply comprehensive rate limiting to /oauth/authorize and callback endpoints (100 req/15min)
- Apply stricter rate limiting to /oauth/token endpoint (10 req/15min)
- Include structured logging for rate limit violations with IP and user agent tracking
- Use JSON-RPC 2.0 compliant error responses for rate limit exceeded scenarios
- Protect against OAuth abuse and brute force attacks
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments