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

Fix webauthn_json_mapping behavior #233

Closed dainnilsson closed 1 month ago

dainnilsson commented 1 month ago

This PR fixes the CBOR serialization which caused problems when using webauthn_json_mapping with the Fido2Client in certain cases, and corrects the behavior of dataclass constructors when passing dict values.