jhurliman/node-rate-limiter

Rate limit by Parameter

Closed this issue · 1 comments

I'm assuming this is by IP? Is there anyway I can insert via the options like a parameter to use instead?

For example right now it is set up to not allow more then 5 requests per IP address per minute. But right now I'm hoping to make it by email.

All of that is part of your application design, and is out of scope for this library which only handles the actual tracking of rate limiters and does not know about IP addresses or emails.