Alexandre Abramtsev
Results
1
comments of
Alexandre Abramtsev
trafficstars
> Not sure if this helps, but.. try adding an await statement > > ```python > @api.get("", response=Test, auth=ApiKey()) > async def test(request): > await request.auth ``` ah, that's the...