Skip to content

jojoee/nestjs-rate-limiter

 
 

Repository files navigation

nestjs-rate-limiter

Rate Limiter Module for NestJS with modifications

  • add enable flag option to enable or disable the feature
  • apply rate limit on only GraphQL request and disable to other types of request
  • using IP from request.ip or request.headers['X-Forwarded-For']
  • not support Fastify platform

About

Configurable rate limiter library built for NestJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.9%
  • JavaScript 2.1%