From 112e74284a7518afaa06086cbb8b1dd827b6df25 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 6 May 2024 12:50:19 +0300 Subject: [PATCH] debug-check-auth --- auth.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auth.py b/auth.py index fe8768d..36c2d52 100644 --- a/auth.py +++ b/auth.py @@ -30,6 +30,8 @@ async def request_data(gql, headers=None): async def check_auth(req): + logger.info('checking auth token') + logger.debug(req) token = req.headers.get("Authorization") user_id = "" if token: