- From: Emil Lundberg <noreply@github.com>
- Date: Mon, 20 May 2024 06:15:30 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/issue-2066-usvstring
Home: https://github.com/w3c/webauthn
Commit: f43592880f8480184de3123b55fbd6c2b863e6a5
https://github.com/w3c/webauthn/commit/f43592880f8480184de3123b55fbd6c2b863e6a5
Author: Emil Lundberg <emil@yubico.com>
Date: 2024-05-20 (Mon, 20 May 2024)
Changed paths:
M index.bs
Log Message:
-----------
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.
To unsubscribe from these emails, change your notification settings at https://github.com/w3c/webauthn/settings/notifications
Received on Monday, 20 May 2024 13:15:38 UTC