You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- CSRF: SameSite=Strict session cookie + Origin check on unsafe methods
- WebAuthn: require user verification on registration and authentication
- WebAuthn: detect authenticator sign-count regressions (clone protection)
- WebAuthn: Zod-validate authenticator response payloads before verifying
- auth: tie login assertion to the resolved handle's account; persist the
WebAuthn user id so resident-key resolution maps to the real account
- CSP: drop style-src 'unsafe-inline'; remove third-party font dependency
- resolver: own rate-limit budget, exact key-type match, safe reflection,
correct reserved/forced-text ordering; mirror type filter on JSON route
- web: distinct error/retry state for profile load failures
0 commit comments