masasron / adonis-throttle

A rate limiter for Adonis JS
MIT License
64 stars 11 forks source link

Support for V5? #29

Open aayush123 opened 3 years ago

aayush123 commented 3 years ago

Hi, Are there any plans for adding support for Adonis V5?

Thanks

MitsuhaKitsune commented 3 years ago

Want to know too, on 4.x the rate limit work like a charm, but we upgrade our backends to v5 and I really miss this feature

LeCoupa commented 3 years ago

Use Adonis Request Throttler https://github.com/reg2005/adonis-request-throttler

MitsuhaKitsune commented 3 years ago

@LeCoupa A lot of thanks, didn't know this alternative and this solve some security concerns