[w3c/webauthn] 965a18: Remove user handle MAY be null

  Branch: refs/heads/jeffh-fix-1598-remove-userhandle-may-be-null
  Home:   https://github.com/w3c/webauthn
  Commit: 965a18fcdb8bd95543f4a93d9ff814775cb2bef8
      https://github.com/w3c/webauthn/commit/965a18fcdb8bd95543f4a93d9ff814775cb2bef8
  Author: JeffH <jdhodges@google.com>
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Remove user handle MAY be null

As far as we can tell, the statement "...MAY be null" clause of the statement:
> [...] The user handle MUST NOT be empty, though it MAY be null.

..is incorrect and ought to be removed.

cf. https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#dom-publickeycredentialuserentity-id

fixes #1598

Received on Wednesday, 21 April 2021 21:55:54 UTC