webusbAuth icon indicating copy to clipboard operation
webusbAuth copied to clipboard

Windows - Connect readers show none

Open trialsNow opened this issue 5 years ago • 3 comments

On mac this works fine. On windows connect reader button shows no devices? Any issues?

trialsNow avatar Jun 12 '19 17:06 trialsNow

@trialsNow which device did you get working on macOS?

murkle avatar Aug 07 '23 22:08 murkle

WebUSB has been disabled in Chrome for CCID for security reasons in 2018.

You may either craft a USB device for WebUSB encapsulating CCID via HID, for example, or you may use Webauthn API or ChromeOS' certificateProvider to support your token in the browser.

frankmorgner avatar Aug 08 '23 12:08 frankmorgner

The third option would be to create a (native) client side application which exposes the reader/card to the server, for example by means of a websocket.

frankmorgner avatar Aug 08 '23 12:08 frankmorgner