webusbAuth
webusbAuth copied to clipboard
Windows - Connect readers show none
On mac this works fine. On windows connect reader button shows no devices? Any issues?
@trialsNow which device did you get working on macOS?
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.
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.