[w3c/webauthn] e1a3db: Align RP ID string types

  Branch: refs/heads/issue-2066-usvstring
  Home:   https://github.com/w3c/webauthn
  Commit: e1a3db44005c5bf21dd924401f5a7cbb9b4a2104
      https://github.com/w3c/webauthn/commit/e1a3db44005c5bf21dd924401f5a7cbb9b4a2104
  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 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.



To unsubscribe from these emails, change your notification settings at https://github.com/w3c/webauthn/settings/notifications

Received on Monday, 20 May 2024 13:16:17 UTC