This commit is contained in:
parent
412bf1fbbf
commit
aefb94de66
|
@ -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}")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user