progress on jwt

This commit is contained in:
lennyaiko
2025-04-03 17:11:37 +01:00
parent f6a3938901
commit 87fe0fb5a0
2 changed files with 46 additions and 1 deletions
+2 -1
View File
@@ -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