first commit

This commit is contained in:
baozaotumao2025
2026-07-18 21:00:26 +08:00
commit 14722be770
105 changed files with 25004 additions and 0 deletions
+4
View File
@@ -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)