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

Regarding Yubico Email #38

Closed mkalioby closed 5 years ago

mkalioby commented 5 years ago

Regarding Yubico email that was sent yesterday to developers 'Developers implementing FIDO U2F, update to Chrome coming in v 72', Is the library affected by this and needs a fix, or it is safe with Chrome v72+?

Thanks

elukewalker commented 5 years ago

The python-fido2 library follows the spec and uses web safe encoding. See the websafe_encode() utility function. Chrome users will not be impacted.

mkalioby commented 5 years ago

Thanks