- From: Emil Lundberg via GitHub <sysbot+gh@w3.org>
- Date: Wed, 27 Nov 2024 10:36:08 +0000
- To: public-webauthn@w3.org
As noted in https://github.com/w3c/webauthn/pull/2107#issuecomment-2254153595 we can't make `AuthenticatorAttestationResponse.publicKeyAlgorithm` optional because that would be a backwards incompatibility pitfall. Since `AuthenticatorAttestationResponseJSON.publicKeyAlgorithm` is meant to reflect the non-JSON field, and `AuthenticatorAttestationResponseJSON` is constructed by the client which clearly already knows the `publicKeyAlgorithm` value since it's required in the non-JSON, there's not much reason for it not to be required in the JSON dictionary too. Keeping it required in both dictionaries is more consistent. Therefore we decided on the 2024-10-30 WG call to close this (it just took me a few weeks to get around to doing it...). -- GitHub Notification of comment by emlun Please view or discuss this issue at https://github.com/w3c/webauthn/issues/2106#issuecomment-2503520452 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 27 November 2024 10:36:09 UTC