2.7.9 • Published 4 years ago
@jojoee/nestjs-rate-limiter v2.7.9
nestjs-rate-limiter
Rate Limiter Module for NestJS with modifications
- add
enableflag 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.iporrequest.headers['X-Forwarded-For'] - not support
Fastifyplatform