Roman

Results 14 issues of Roman

1. `blockDuration` option should be undefined by default, so `0` can be used to block keys forever. 2. Make sure `RateLimiterQueue` is created with default `maxQueueSize` even if it isn't...

notes

Most likely, there is a bug with returned result from a limiter. When any limiter is created with execEvenly and request is delayed, it is delayed with setTimeout, but msBeforeNext...

investigation

If token is expired, there is no way to SignUp, as it tries to use current token. See `getMe` method in `index.js`

Passport Local Strategy is one of the most used for local authentication. It would be good, if it has this note about Brute-Force protection necessity to make the web safer...

There is an issue about possible race conditions opened more than 2 years ago https://github.com/AdamPflug/express-brute/issues/46 It should be noticed in readme on the top, so developers are aware of this.

It could be useful to limit number of requests for more than one process/server. This can be implemented with a help of [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible)

Fixed: Checking attr name while adding new one

https://github.com/animir/node-rate-limiter-flexible/issues/249