Custom rate limit 'by' #28
nickdekruijk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By default the rate limiting is based on ip address but sometime I want to limit email addresses for example in a login form to prevent brute forcing a specific user from multiple ip addresses. The Laravel RateLimiter supports this, see https://laravel.com/docs/11.x/routing#multiple-rate-limits
Would be nice if your package could do this too.
Beta Was this translation helpful? Give feedback.
All reactions