/primitives / kei-auth-webauthn
kei-auth-webauthn
WebAuthn passkey AuthProvider impl for kei-runtime-core (Wave 7 atomar). Wraps webauthn-rs 0.5; stateless ceremony APIs (registration + authentication). Sibling of kei-auth-{google,apple,github,microsoft}.
| tagline | WebAuthn passkey AuthProvider impl for kei-runtime-core (Wave 7 atomar). Wraps w |
| language | Rust |
# install single binary $ curl -fsSL keiseikit.dev/primitives/kei-auth-webauthn/install.sh | bash
# after install $ kei-auth-webauthn --help
# settings.json snippet "hooks": { "PostToolUse": [ { "match": "Edit|Write", "hooks": ["~/.claude/hooks/kei-auth-webauthn.sh"] } ] }