BillTracker/client/pages
null 88a32a983f feat(auth): passkey / security-key UI — WebAuthn ships end to end
The backend existed since 99abca9 with no way to reach it (QA-B1-01).
Now wired:

- LoginPage: requires_webauthn second step mirrors TOTP — the key prompt
  fires automatically after the password; cancel/retry + back-to-sign-in
- ProfilePage: PasskeySection (mirrors TotpSection) — enroll with a name,
  list keys, password-gated per-key remove + remove-all
- webauthnService: WEBAUTHN_ORIGIN stays authoritative; otherwise accept
  the browser's origin when its hostname equals the RP ID — fixes real
  dev/e2e enrollment where the Vite UI port differs from the API port
  (the browser already enforces RP ID ⊆ origin, so no widened trust)
- Deploy safety: WEBAUTHN_RP_ID documented in .env.example + a boot-time
  prod warning in utils/env.cts (localhost-bound keys silently fail
  behind a real domain)
- e2e/webauthn.probe.spec.js: CDP virtual authenticator drives the full
  lifecycle (enroll -> key sign-in -> password-gated removal), retiring
  Cycle 1's 'needs a human with a key' assumption. Probe suite 18/18.

Server 252/252, client 52/52, typecheck + build clean.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-10 17:30:14 -05:00
..
AboutPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
AdminPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
AnalyticsPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
BankTransactionsPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
BillsPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
CalendarPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
CategoriesPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
DataPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
HealthPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
LoginPage.tsx feat(auth): passkey / security-key UI — WebAuthn ships end to end 2026-07-10 17:30:14 -05:00
NotFoundPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
PayoffPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
PrivacyPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
ProfilePage.tsx feat(auth): passkey / security-key UI — WebAuthn ships end to end 2026-07-10 17:30:14 -05:00
ReleaseNotesPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
RoadmapPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
SettingsPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
SnowballPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
SpendingPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
StatusPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
SubscriptionCatalogPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
SubscriptionsPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
SummaryPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
TrackerPage.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00