GraphQL-Gate icon indicating copy to clipboard operation
GraphQL-Gate copied to clipboard

Allow rate limiting by user id, not just ip

Open evanmcneely opened this issue 3 years ago • 0 comments

At the time of writing, the express rate limiter function is rate limiting requests by IP address by default. Add a configuration option to allow the developer to throttle requests by user ID or some other 'uuid'.

evanmcneely avatar Jun 02 '22 17:06 evanmcneely