onur-ozkan / nestjs-rate-limiter

Highly configurable and extensible rate limiter library
https://npmjs.com/package/nestjs-rate-limiter
MIT License
238 stars 43 forks source link

Example Express App with Black list and White List #53

Closed shannonlal closed 3 years ago

shannonlal commented 3 years ago

The following issue is related to issue (#49) to help expand the example project to include samples of how to use white and black list. The following issue should include the following:

  1. A separate controller under the express app that illustrates how to use black and white list filtering
  2. A sample test that will test the different scenarios for white and black listing