web-auth / webauthn-framework

FIDO-U2F / FIDO2 / Webauthn Framework
MIT License
403 stars 53 forks source link

Deprecate 'icon' parameter from PublicKeyCredentialCreationOptionsFac… #635

Closed Spomky closed 1 month ago

Spomky commented 1 month ago

…tory and related methods

The 'icon' parameter was deprecated from the PublicKeyCredentialCreationOptionsFactory and associated methods to reflect the latest specification change. The serializer and deserializer were also updated accordingly. To avoid unexpected breaks, a deprecation warning has been added when 'icon' parameter is used in the PublicKeyCredentialEntity.

Target branch: 5.1.x Resolves issue #634