motiv-labs / janus

An API Gateway written in Go
https://hellofresh.gitbooks.io/janus
MIT License
2.79k stars 317 forks source link

Rate limit based on user ? #298

Open mirzakhany opened 6 years ago

mirzakhany commented 6 years ago

Is it possible to change rate limit config based on user for each request ?

italolelis commented 6 years ago

@mirzakhany At the moment we don't support rate limiting based on the user. This functionality would be something like quotas based on the token. We can perhaps implement it in the future