ysocorp / koa2-ratelimit

Rate-limiting middleware for Koa2 ES6. Use to limit repeated requests to APIs and/or endpoints such as password reset.
MIT License
120 stars 37 forks source link

Remove mongoose dependencies #20

Closed kaedwen closed 2 years ago

kaedwen commented 5 years ago

I do not use any store, so why do I need to install mongoose -> mongodb. Maybe move to peerDependecies.

julienwilmet commented 5 years ago

Very good idea! Would you mind writing a PR?

If not I'll do it when I have free time