[w3c/webauthn] 04dd9e: Remove `devicePubKey` extension.

  Branch: refs/heads/spk
  Home:   https://github.com/w3c/webauthn
  Commit: 04dd9e842540167d86791775972389e5f3022389
      https://github.com/w3c/webauthn/commit/04dd9e842540167d86791775972389e5f3022389
  Author: Adam Langley <agl@chromium.org>
  Date:   2023-09-06 (Wed, 06 Sep 2023)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Remove `devicePubKey` extension.


  Commit: b7c3b0ee62d92a2c776a55fe011b2320058fc5df
      https://github.com/w3c/webauthn/commit/b7c3b0ee62d92a2c776a55fe011b2320058fc5df
  Author: Adam Langley <agl@chromium.org>
  Date:   2023-09-06 (Wed, 06 Sep 2023)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Add `supplementalPubKeys` extension.

This extension is very similar the previous `devicePubKeys` extension.
The difference is that `supplementalPubKey` allows for one _or two_
supplemental keys, and while supplemental keys can be device bound, they
can also have "provider" scope, which is defined by their attestation
statement.


Compare: https://github.com/w3c/webauthn/compare/431fd4edfa28...b7c3b0ee62d9

Received on Wednesday, 6 September 2023 23:03:52 UTC