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
757 stars 60 forks source link

Add a function for WebAuthn support detection? #3

Closed lgarron closed 5 years ago

lgarron commented 5 years ago

There isn't exactly a "correct" way to check for basic WebAuthn support, and the feature detection APIs are not ready. Perhaps we should offer a de facto approach like https://developers.google.com/web/updates/2018/03/webauthn-credential-management in this library, since feature detection is the one thing most sites will need to do other than create and get calls.

lgarron commented 5 years ago

Done in 7c116d2d01a7731bf443fa21d5e53dc327529114.