halimov-oa
Results
2
comments of
halimov-oa
> > ```python > > @app.get('/user', dependencies=[Depends(JWTBearer())]) > > ``` > > Based on your reply, handled it for myself by setting up HTTPBearer directly from from fastapi.security, without custom...