Add rate limiting for any API calls
Review Request #8839 — Created March 24, 2017 and discarded — Latest diff uploaded
There's been a request to create a rate-limit for API calls. I have updated the ratelimit.py file that will allow rate limiting of API calls by either an authenticated user or an IP address.
None at the moment.
djblets/auth/tests/__init__.py |
---|
djblets/auth/tests/test_ratelimit.py |
---|
djblets/webapi/auth/backends/base.py |
---|
djblets/webapi/tests/test_api_auth_backend.py |
---|