From aefb94de66871fb0f1df8595760aa487b5bbd168 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 6 Nov 2023 19:10:19 +0300 Subject: [PATCH] .. --- services/auth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/services/auth.py b/services/auth.py index 62c3e4f..30fb4ed 100644 --- a/services/auth.py +++ b/services/auth.py @@ -8,6 +8,7 @@ INTERNAL_AUTH_SERVER = "auth.discours.io" not in AUTH_URL async def check_auth(req): + print("%r" % req) token = req.headers.get("Authorization") print(f"[services.auth] checking auth token: {token}")