nikolaposa / rate-limit

🚔 General purpose rate limiter implementation.
MIT License
269 stars 47 forks source link

A group of minor fixes #9

Closed poursal closed 5 years ago

poursal commented 5 years ago

Fixes the following:

  1. Can update the limit externally (i.e. increase the limit for authenticated users)
  2. Fix the reset-at wave problems by going to microseconds
  3. Fix marginal bug in HIT, where by increment an expired key it creates a key that never expires
  4. Be able to set the trusted LB that are allowed to send the FORWARD headers
  5. Be able to switch between IP and authenticated user on the Identity Resolver