- From: Emil Lundberg via GitHub <sysbot+gh@w3.org>
- Date: Mon, 20 May 2024 13:15:10 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by emlun to 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 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. by Emil Lundberg https://github.com/w3c/webauthn/commit/f43592880f8480184de3123b55fbd6c2b863e6a5 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 20 May 2024 13:15:15 UTC