webauthn icon indicating copy to clipboard operation
webauthn copied to clipboard

Add new error codes

Open MasterKale opened this issue 7 months ago • 2 comments

This PR proposes new error codes to be raised across various WebAuthn interactions. There is an assumption that the user has meaningfully interacted with some part of the ceremony to consent to informing RP's why the ceremony failed.

Fixes #2096.

An explainer is available here: https://github.com/w3c/webauthn/wiki/Explainer:-New-Error-Codes-(2024-Edition)

Note: This PR is targeting #2047 and should not be merged until that PR has been merged.

  • [x] OptOutError
  • [x] UserVerificationError
  • [x] TimeoutError

Preview | Diff

MasterKale avatar Jul 11 '24 22:07 MasterKale