Rate limit the catalog endpoint by auth token and IP address

This commit is contained in:
Joseph Schorr 2018-06-05 17:31:11 -04:00
parent 2e0edf8f6e
commit ef167ab7e3
3 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,6 @@
import features
from flask import jsonify, abort
from flask import jsonify
from auth.auth_context import get_authenticated_user
from auth.registry_jwt_auth import process_registry_jwt_auth