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}")