OpenID Connect Provider with user management, built with FastAPI.
Find a file
Johan Lundberg 020e6c6fa0
feat: add Docker support with multi-stage build and compose profiles
Multi-stage Dockerfile (base/dev/prod) using uv for fast installs.
Dev stage supports hot-reload via bind-mounted source; prod stage
builds an optimised image with 4 uvicorn workers. docker-compose.yml
provides 'dev' and 'prod' profiles with named volumes for data.
2026-02-16 14:59:50 +01:00
docs/plans docs: add OIDC provider integration design (Phase 5) 2026-02-16 12:43:29 +01:00
scripts chore: add quality check script (ruff, ty, pytest) 2026-02-12 15:25:00 +01:00
src/fastapi_oidc_op feat: add OIDC userinfo endpoint 2026-02-16 13:57:10 +01:00
tests test: add comprehensive e2e test suite with shared helpers and DB seeding 2026-02-16 14:41:14 +01:00
.dockerignore feat: add Docker support with multi-stage build and compose profiles 2026-02-16 14:59:50 +01:00
.gitignore chore: configure project dependencies and tooling (ruff, ty, pytest) 2026-02-12 14:38:16 +01:00
docker-compose.yml feat: add Docker support with multi-stage build and compose profiles 2026-02-16 14:59:50 +01:00
Dockerfile feat: add Docker support with multi-stage build and compose profiles 2026-02-16 14:59:50 +01:00
pyproject.toml feat: add authentication routes with session login, WebAuthn, and credential management 2026-02-16 11:39:50 +01:00
uv.lock feat: add authentication routes with session login, WebAuthn, and credential management 2026-02-16 11:39:50 +01:00