Question: How are the rate limits applied?
adavis opened this issue · 2 comments
adavis commented
How are the rate limits applied?
Are the rate limits applied per authenticated user or per IP address?
Thanks.
ravangen commented
Depends on the keyGenerator
. By default, it is just the schema coordinates as this library doesn't make any assumptions about the server/context it is running under. See the context example on limiting per ip.
adavis commented
Ok, thanks!