hapi-rate-limit icon indicating copy to clipboard operation
hapi-rate-limit copied to clipboard

Results 6 hapi-rate-limit issues
Sort by recently updated
recently updated
newest added

Added handler for event 'onPreResponse' to catch unauthorised from hapi authorization.

This PR adds the ability to use CIDR to specify IP ranges when whitelisting IP addresses. It also considers IP whitelisting for path checks. Was there any reason that they...

Hi, Is it possible to have a different limit, on the same route, for authenticated and anonymous users? Thanks, Antoine

Instead of parsing and handling the `X-Forwarded-For`-header it would be useful to use eg. the `X-Real-IP`-header. Even better, it would be great if you could have access to the entire...

When writing tests which trigger a rate limit, any other tests which then call the endpoint will fail, because the rate limit takes 60 seconds to reset. It would be...

Bumps [@hapi/hoek](https://github.com/hapijs/hoek) from 10.0.1 to 11.0.2. Commits c3460d6 11.0.2 7991828 chore: add individual module types e56d141 11.0.1 893d3aa Explicitly export methods 18f55e8 11.0.0 35e613a Refactor AssertError (#382) See full diff...

dependencies