author-debug
All checks were successful
deploy / deploy (push) Successful in 1m35s

This commit is contained in:
2023-12-15 16:59:03 +03:00
parent 50016c0ba7
commit 1ca23cc159
2 changed files with 4 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ def login_required(f):
context = info.context
# print(context)
req = context.get("request")
print(f"[services.auth] request: {req}")
print(f"[services.auth] request headers: {req.headers}")
# Performing authentication check
is_authenticated, user_id = await check_auth(req)
if not is_authenticated: