Rate limit the catalog endpoint by auth token and IP address
This commit is contained in:
parent
2e0edf8f6e
commit
ef167ab7e3
3 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
Reference in a new issue