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

`WinAPI` does not implement extensions #185

Open glyph opened 1 year ago

glyph commented 1 year ago

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

dainnilsson commented 1 year ago

Yes, the WinAPI implementation currently does not support any extensions. This would be a nice addition to the library, but I do ~now~ not know when we'll be able to implement it.

glyph commented 1 year ago

@dainnilsson presumably you mean "do not know"?

dainnilsson commented 1 year ago

@dainnilsson presumably you mean "do not know"?

Yes, thanks for catching that! 😄