StevenThuriot / express-rate-limiter

Rate limiter middleware for express applications
https://www.npmjs.org/package/express-rate-limiter
MIT License
5 stars 4 forks source link

Use ip+path as identifier for the limiter and can have differents lim… #12

Closed amcereijo closed 9 years ago

amcereijo commented 9 years ago

Use ip+path as identifier for the limiter and can have differents limiter for each path in the application.

It was a necessary feature in my case. Maybe you wanna add this capability

StevenThuriot commented 9 years ago

Thanks @amcereijo , cool feature! :+1:

amcereijo commented 9 years ago

Great! I hope see it publish in npm to update my dependency Thanks for the module!

StevenThuriot commented 9 years ago

Already pushed it! :wink: It should be available.

amcereijo commented 9 years ago

Great!! Thanks you!