PRPriya Banerjeecommented 5d ago
Summary
feat(auth): WebAuthn passkey enrollment flow — addresses the regression surfaced in verity after the recent feat work landed on main.
Why
- The previous behavior on
mainshort-circuited the safe path under load; this PR restores the intended contract. - Adds a guard so the regression cannot resurface silently in staging.
- Drive-by: removes dead-code call sites the linter was warning about.
Scope
- Files touched: 17 across the core module + tests.
- No public API change; ABI is preserved.
- CI: one flake on the windows runner — investigated, retry pending.
Labels: feature, security