logs-redis-typings-fix
This commit is contained in:
@@ -10,6 +10,7 @@ import logging
|
||||
logger = logging.getLogger("[services.auth] ")
|
||||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
|
||||
async def check_auth(req) -> str | None:
|
||||
token = req.headers.get("Authorization")
|
||||
user_id = ""
|
||||
|
Reference in New Issue
Block a user