Igor Cvorovic

Results 1 comments of Igor Cvorovic

There is a workaround solution: - pass `auto_error=False` when you are creating `HTTPBearer` object - In this way, created HTTPBearer object will not raise an HTTPException with status code 403....