webauthn.dll usage and python-fido2 #635
-
Hello, libfido2.c library supports windows hello via webauthn.dll integration, right? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Interacting with an Authenticator on Windows without requiring Administrator access has to go through the webauthn.h API, which is why both libfido2 and python-fido2 support optionally doing so. Can you elaborate on why you think python-fido2 should take a detour via libfido2 to achieve this? |
Beta Was this translation helpful? Give feedback.
Interacting with an Authenticator on Windows without requiring Administrator access has to go through the webauthn.h API, which is why both libfido2 and python-fido2 support optionally doing so. Can you elaborate on why you think python-fido2 should take a detour via libfido2 to achieve this?