Hi,
Thanks for the amazing work — this package is incredibly useful for us!
Would it be possible to support per-route configuration limits? For example
/api/endpoint-a -> {
max: 6,
duration: 1200,
}
/api/endpoint-b -> {
max: 3,
duration: 240,
}
This would allow us to fine-tune rate limits depending on the endpoint.
I’d be happy to contribute if that helps!
Thanks again 🙏