Skip to content

python-fido2 1.1.3

Latest
Compare
Choose a tag to compare
@dainnilsson dainnilsson released this 13 Mar 08:38
· 4 commits to main since this release
1.1.3
77893c2

Version 1.1.3 (released 2024-03-13)

  • Fix USB HID issue on MacOS that sometimes caused a pause while waiting for a timeout.
  • Fix argument to CredProp extension where an enum value was required instead of also allowing a string.
  • Fix parsing of some key types (ES384, ES512) causing signature verification to fail.
  • Deprecation: Calling websafe_decode with a bytes argument instead of str. This will raise a TypeError in the next major version of the library.