Marketing site and primary WebAuthn passkey gateway for keytr. Hosted on Cloudflare Pages.
- Landing page explaining the keytr passkey login protocol for Nostr
- WebAuthn gateway — serves
/.well-known/webauthnso Nostr clients can register passkeys under thekeytr.orgrpId via Related Origin Requests
No server logic. No backend. Just static files.
Passkeys registered against keytr.org are bound to this domain. The /.well-known/webauthn file lists authorized client origins that can use keytr.org as their rpId for cross-client login.
To add your Nostr client as an authorized origin, open a PR adding your domain to .well-known/webauthn.
- keytr — the library (
@sovit.xyz/keytron npm) - nostkey.org — alternative gateway on Hostinger
- NIP-K1 — the protocol spec
AGPL-3.0-or-later