mozilla / authenticator-rs

Rust library to interact with Security Keys, used by Firefox
https://crates.io/crates/authenticator
Mozilla Public License 2.0
273 stars 70 forks source link

Remove icon field from WebAuthn PublicKeyCredentialEntitys #290

Closed jschanck closed 1 year ago

jschanck commented 1 year ago

The icon fields were removed in WebAuthn level 2, so we do not need to encode them.

msirringhaus commented 1 year ago

lgtm!