Yubico / python-fido2

Provides library functionality for FIDO 2.0, including communication with a device over USB.
BSD 2-Clause "Simplified" License
432 stars 109 forks source link

U2F validation issue #154

Closed YashwanthLokam closed 2 years ago

YashwanthLokam commented 2 years ago

Hi, I am unable to find a class for U2F authn and enrollment in the latest fido2 1.0 lib. In the previous versions of lib, we have U2FClient class. Can anyone help me on how to authn and enroll a U2F device using the latest fido2 1.0 lib?

dainnilsson commented 2 years ago

U2F has been deprecated and is unsupported in favor of FIDO2/WebAuthn. Is there a reason you need to support U2F?

YashwanthLokam commented 2 years ago

We are supporting U2F using the previous lib. Do you plan to deprecate U2F support in the previous lib versions as well?

dainnilsson commented 2 years ago

When you say "the previous lib", are you referring to past versions of python-fido2, or something else? Any previous versions exists as-is, and won't be changed.