python-u2flib-host
python-u2flib-host copied to clipboard
Python based U2F host library
Whitelist the USBID of all devices using the firmware from solokeys, see https://github.com/solokeys/solo/blob/880d54a4f0e00e32c25b47cfe8482de21a3a49ba/targets/stm32l432/lib/usbd/usbd_desc.c#L53 This concerns all tokens by https://solokeys.com/. I can confirm that registration and authentication works with the SOMU...
Using the aws-google-auth app (which makes use of this library) along with my Yubikey 5 NFC I was getting U2F device not found errors, digging deeper and this library was...
Porting python-u2flib-server to cryptography I noticed that a few modules are duplicated in this project, and they're starting to diverge. Two examples are - `u2flib_host.utils` and `u2flib_server.utils` - `u2flib_host.soft` and...