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

implement FIDO AppID Exclusion Extension #58

Closed baloo closed 5 years ago

baloo commented 5 years ago

introduced in the spec on 2019/07/31

see: https://github.com/w3c/webauthn/pull/1244 see: https://github.com/w3c/webauthn/issues/1235

baloo commented 5 years ago

I do not believe it is necessary for users to bail out of this option (I can't come up with a usecase for it), but let me know if you need to me to implement that.

dainnilsson commented 5 years ago

Thanks! I can't think of a reason either, so I'm happy with leaving it always-on until someone says otherwise.