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

is it support FIDO U2F Security Keys ? #39

Closed ttpro1995 closed 5 years ago

ttpro1995 commented 6 years ago

Is it support FIDO U2F Security Keys ?

If not, how can I use FIDO U2F Security Keys to authenticate my own app ?

dainnilsson commented 5 years ago

No, this library is for the OTP functionality of a YubiKey. For FIDO U2F and FIDO2, see https://github.com/Yubico/python-fido2 for a pure Python implementation.