Commit Graph

8 Commits

Author SHA1 Message Date
bbd45cbf2d fix indentation on _resolve_spec_env_vars call in __init__ 2026-07-18 20:20:21 +05:30
0dc96907fa resolve {ENV_VAR} placeholders in spec before serving
- app.py: add _resolve_env and _resolve_spec_env_vars to replace
  {ENV_VAR} patterns (e.g. {AUTH_SERVER}) with os.environ values
  so the frontend receives resolved URLs via /openapi.json
2026-07-18 20:07:32 +05:30
a2169b2bb1 add spec-driven auth dependency injection
- security.py: parse securitySchemes, resolve {ENV_VAR} from env,
  generate FastAPI Depends for Bearer JWT introspection
- app.py: extract schemes, build deps, pass to binder at init
- binder.py: inject Depends() per operation based on spec's security
- __init__.py: export security module
- pyproject.toml: add httpx dependency
2026-07-17 21:00:23 +05:30
1c48f58578 updated docs strings and added README.md 2026-03-08 17:59:52 +05:30
f03e250763 google styled doc 2026-03-08 00:29:23 +05:30
37b892f695 fixing examples and adding doc strings 2026-02-22 13:17:40 +05:30
2f444a93ad doc changes from fastapi openapi first to openapi first. added cli docs
All checks were successful
continuous-integration/drone/tag Build is passing
2026-01-10 17:43:52 +05:30
b88ecbd7c5 init openapi_first 2026-01-10 17:21:21 +05:30