duo-labs / webauthn.io

The source code for webauthn.io, a demonstration of WebAuthn.
https://webauthn.io
BSD 3-Clause "New" or "Revised" License
635 stars 116 forks source link

https://webauthn.io/ not working on linux desktop #126

Closed protono closed 3 months ago

protono commented 4 months ago

Steps:

Expected to be able to create a token on the device.

MasterKale commented 3 months ago

Hello @protono unfortunately these are issues with the OS and or browser. There's nothing to be done on webauthn.io itself to help solve these issues. The site does some basic feature detection on page load to try and understand if WebAuthn appears available for use. If the site thinks it can work then it lets you interact with it. After that it's on the OS and browser to support WebAuthn properly.

protono commented 3 months ago

Thank you @MasterKale. I have abetter understanding now.