progress on jwt
This commit is contained in:
@@ -116,4 +116,5 @@ def health_check():
|
||||
def authorize():
|
||||
data = request.get_json()
|
||||
# logger.info(f"Authorize request received: {data}")
|
||||
return jsonify(data)
|
||||
response = NotificationCallbackService.process_request(data)
|
||||
return response
|
||||
|
||||
Reference in New Issue
Block a user