You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MakeCredential should invoke this before calling fido_dev_make_cred, perhaps if MakeCredentialOpts had a ForceU2F=true field or some such. In u2f mode, a pin is not required.
A yubikey can be forced in u2f mode by invoking
MakeCredential
should invoke this before callingfido_dev_make_cred
, perhaps if MakeCredentialOpts had aForceU2F=true
field or some such. In u2f mode, a pin is not required.fido_dev_force_u2f:
https://github.com/Yubico/libfido2/blob/b99038c391792546185235032776987147959e27/src/fido.h#L49
The text was updated successfully, but these errors were encountered: