github / webauthn-json

🔏 A small WebAuthn API wrapper that translates to/from pure JSON using base64url.
https://github.github.com/webauthn-json/demo/
MIT License
760 stars 61 forks source link

Support "hybrid" transport type #67

Closed jessejacksonafterpay closed 2 years ago

jessejacksonafterpay commented 2 years ago

The transport type "hybrid" is now officially part of the spec, so would be great if this was supported in the enum type.

https://github.com/w3c/webauthn/commit/656e61356345c709292b6b2fcaaff7a57a82bf33

lgarron commented 2 years ago

The AuthenticatorTransport type definition comes from lib.dom.d.ts. However, we can extend that easily without changing the runtime code, so I'd be in favor.