auth-connector-fix-3
Some checks failed
deploy / deploy (push) Failing after 1m28s

This commit is contained in:
Untone 2023-12-13 23:42:52 +03:00
parent f51d7539eb
commit 510402032d

View File

@ -6,7 +6,7 @@ from resolvers import get_author_id
from settings import AUTH_URL
async def check_auth(req) -> (bool, int| None):
async def check_auth(req) -> (bool, int | None):
token = req.headers.get("Authorization")
if token:
# Logging the authentication token