-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WinAPI
does not implement extensions
#185
Comments
Yes, the WinAPI implementation currently does not support any extensions. This would be a nice addition to the library, but I do |
@dainnilsson presumably you mean "do not know"? |
Yes, thanks for catching that! 😄 |
Version 1.2 has now been released, with support for extensions in the WinAPI client. |
@dainnilsson For my use-case, this presents some weird UI. It seems to work, but it implies that it's going to make a resident key every time I do an HMAC secret. Is this worth reporting a bug about? |
For example, microsoft defines
WEBAUTHN_EXTENSIONS_IDENTIFIER_HMAC_SECRET
here:https://github.com/microsoft/webauthn/blob/9fb38aa2775e286f504fc087efc62e5557bee881/webauthn.h#L386
but it is not exposed via
python-fido2
The text was updated successfully, but these errors were encountered: