2.7.9 • Published 3 years ago

@jojoee/nestjs-rate-limiter v2.7.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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