auth-fixes #3

Merged
aetos merged 4 commits from auth-fixes into main 2026-07-19 14:47:03 +00:00
Showing only changes of commit bbd45cbf2d - Show all commits

View File

@@ -130,7 +130,7 @@ class OpenAPIFirstApp(FastAPI):
super().__init__(**fastapi_kwargs)
# Load and validate OpenAPI specification
self._openapi_spec = _resolve_spec_env_vars(load_openapi(openapi_path))
self._openapi_spec = _resolve_spec_env_vars(load_openapi(openapi_path))
# Parse security schemes and build per-route dependencies
security_schemes = parse_security_schemes(self._openapi_spec)