Demonstrates using the webAuthn connector with server-side WebAuthn ceremony
handling via Handler.webAuthn. Passkeys are bound to your domain without a third-party wallet popup.
npx gitpick tempoxyz/accounts/examples/webauthn
npm i
npx wrangler kv namespace create KV
npm devNote
In production, set authUrl to your deployed worker URL and configure
rpId / origin to match your domain.