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 throwing an error on the send_apdu call with error code 0X6A80 being returned which points to an error in the data that the library is sending to the device.
Unfortunately i don't have enough experience with the APDU spec in order to debug this any further
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 throwing an error on the send_apdu call with error code 0X6A80 being returned which points to an error in the data that the library is sending to the device.
Unfortunately i don't have enough experience with the APDU spec in order to debug this any further