Yubico/python-fido2

`WinAPI` does not implement extensions

glyph opened this issue · 3 comments

glyph commented

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

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

@dainnilsson presumably you mean "do not know"?

@dainnilsson presumably you mean "do not know"?

Yes, thanks for catching that! 😄