@jojoee/nestjs-rate-limiter
v2.7.9
Published
Highly configurable rate limiter library
Downloads
16
Maintainers
Readme
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
orrequest.headers['X-Forwarded-For']
- not support
Fastify
platform