porchlight/src/fastapi_oidc_op/authn
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
..
__init__.py chore: create package structure with src layout 2026-02-12 14:39:07 +01:00
password.py feat: add PasswordService with argon2 hash/verify 2026-02-13 14:35:32 +01:00
routes.py feat: add authentication routes with session login, WebAuthn, and credential management 2026-02-16 11:39:50 +01:00
webauthn.py feat: add WebAuthnService with fido2 registration and authentication 2026-02-13 14:48:38 +01:00