- From: Adam Langley via GitHub <sysbot+gh@w3.org>
- Date: Wed, 20 Nov 2024 19:31:41 +0000
- To: public-webauthn@w3.org
These extensions do, however, process their inputs. The `prf` extension needs to perform base64url decoding of the values, so we need a valid input string. The AppId extensions need to convert the input to UTF-8 and hash it. In both cases, the input needs to be valid strings and invalid UTF-16 would cause an error. So perhaps these are correctly USVString? -- GitHub Notification of comment by agl Please view or discuss this issue at https://github.com/w3c/webauthn/issues/2203#issuecomment-2489390808 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 20 November 2024 19:31:41 UTC