debug-check-auth-2
All checks were successful
Deploy on Push / deploy (push) Successful in 31s

This commit is contained in:
Untone 2024-05-06 12:56:44 +03:00
parent 112e74284a
commit c005c86303

View File

@ -31,7 +31,7 @@ async def request_data(gql, headers=None):
async def check_auth(req):
logger.info('checking auth token')
logger.debug(req)
logger.debug(req.headers)
token = req.headers.get("Authorization")
user_id = ""
if token: