Commit graph

7 commits

Author SHA1 Message Date
Johan Lundberg
2f8cca3f41
build: add slowapi and zxcvbn dependencies 2026-03-25 13:46:55 +01:00
Johan Lundberg
7c9e426bb8
feat: add ProfileUpdate pydantic model with email and phone validation 2026-02-20 15:21:28 +01:00
Johan Lundberg
428c17c4e3
build: add pydantic-extra-types[phonenumbers] dependency 2026-02-20 15:06:26 +01:00
Johan Lundberg
48f4e8ba73
update pyproject.toml: rename to porchlight, add typer dependency 2026-02-16 15:31:46 +01:00
Johan Lundberg
e15dcc4745
feat: add authentication routes with session login, WebAuthn, and credential management
Implement Phase 4 auth routes: password login/logout, WebAuthn
registration and authentication, magic link registration, and
credential management pages with HTMX. Includes session middleware,
Jinja2 templates, vendored HTMX, and last-credential guardrails.

120 tests passing.
2026-02-16 11:39:50 +01:00
Johan Lundberg
16a78663f3
feat: add configuration module with env-based settings 2026-02-12 14:42:26 +01:00
Johan Lundberg
9145f521ac
chore: configure project dependencies and tooling (ruff, ty, pytest) 2026-02-12 14:38:16 +01:00