npm install @vincss-public-projects/fido2-client- Mac OS X
- Windows
- Linux
On Windows v1903 and newer versions, direct access to CTAP1/CTAP2 requires admin privilege over all transports, include this library.
For rebuild
- Windows 10 SDK 10.0.17763.0
For Bluetooth Low Energy (BLE) transport, you must allow Bluetooth Privacy.
For USB Human Interface Device (USB HID) transport, you will need to install development packages for libudev.
sudo apt-get install libudev-dev libusb-1.0-0-dev libfox-1.6-devFor Near Field Communication (NFC) transport, you would need to install pcsclite library and daemon.
sudo apt install libpcsclite1 libpcsclite-dev
sudo apt install pcscdFor Bluetooth Low Energy (BLE) transport, you would need to install libbluetooth-dev.
sudo apt-get install libbluetooth-dev