auth-debug
All checks were successful
deploy / deploy (push) Successful in 1m33s

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

View File

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