..
All checks were successful
deploy / deploy (push) Successful in 1m27s

This commit is contained in:
Untone 2023-11-06 19:10:19 +03:00
parent 412bf1fbbf
commit aefb94de66

View File

@ -8,6 +8,7 @@ INTERNAL_AUTH_SERVER = "auth.discours.io" not in AUTH_URL
async def check_auth(req): async def check_auth(req):
print("%r" % req)
token = req.headers.get("Authorization") token = req.headers.get("Authorization")
print(f"[services.auth] checking auth token: {token}") print(f"[services.auth] checking auth token: {token}")