Yubico / python-yubico

Python code to talk to YubiKeys
https://developers.yubico.com/python-yubico/
BSD 2-Clause "Simplified" License
229 stars 33 forks source link

Added hidapi support #49

Open larcho opened 3 years ago

larcho commented 3 years ago

Related to issue: https://github.com/Yubico/python-yubico/issues/7

Tested on MacOS and it works as expected.

larcho commented 3 years ago

It might actually be better to initialize with hidapi through a flag, like the debug flag, instead of doing it automatically on permission failure.