-
Easy way of limiting the amount of requests from an IP-adress --> Prevents **DoS attacks** and **brute forcing**
-
I'm exploring the possibility of supporting Express.js compatible middleware in Hono. This would allow for easier migration from Express to Hono and enable the use of the vast ecosystem of Express mid…
-
### Describe the feature
i want to add a Express rate limiter middleware to login api which limits the rate of call to the api by this any brute force attacks
can be avoided
Use Case
if we add i…
-
- Hello World
- Smoke tests
-
AFAIK, there is currently no generic / documented way to manipulate responses before they are passed on to the underlying socket (through a transform stream for example). I can think of 2 instances wh…
-
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
**Describe the bug**
We trying to configure OIDC authentication using latest Arkime version 5.5.1.
But setting all setting ins the configuration - authClientId, authClientSecret, authDiscoverURL, au…
-
I've been trying to use this library as an express middleware, for dependency injection convenience.
But I ran into a roadblock; queries get stuck seemingly forever when I do this. I am not sure wh…
-
A simple middleware that gives rate limits would prevent most of the common attacks such as spamming the signup button or something.
Would be great to implement this after deployment, could setup a […