first commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from fastapi.security import HTTPBearer
|
||||
|
||||
# OpenAPI declaration only; AuthenticationMiddleware remains the single enforcement point.
|
||||
bearer_scheme = HTTPBearer(scheme_name="BearerAuth", auto_error=False)
|
||||
Reference in New Issue
Block a user