- From: Emil Lundberg via GitHub <sysbot+gh@w3.org>
- Date: Wed, 17 Jul 2024 18:11:30 +0000
- To: public-webauthn@w3.org
emlun has just closed emlun's pull request 2074 for https://github.com/w3c/webauthn: == Align RP ID string types == `rp.id` in `PublicKeyCredentialCreationOptions` and `rpId` in `PublicKeyCredentialRequestOptions` represent the same thing, but with different types. The WG agreed on the 2024-05-15 call that both should be `USVString`. Strictly speaking this is a breaking change (changing a type bound in input (contravariant) position to be more restrictive), but in practice this shouldn't be able to break any applications since then those credentials wouldn't have worked in `get()` anyway. Fixes #2066. <!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/pull/2074.html" title="Last updated on Jul 17, 2024, 12:25 PM UTC (3618093)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/2074/62b069e...3618093.html" title="Last updated on Jul 17, 2024, 12:25 PM UTC (3618093)">Diff</a> See https://github.com/w3c/webauthn/pull/2074 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 17 July 2024 18:11:35 UTC