- From: Akshay Kumar via GitHub <noreply@w3.org>
- Date: Mon, 04 May 2026 16:07:36 +0000
- To: public-webauthn@w3.org
akshayku has just created a new issue for https://github.com/w3c/webauthn: == remoteClientDataJSON Extension Inconsistencies == ## Correction 1: Input/output casing inconsistency - The input member is remoteClientDataJSON (uppercase JSON), but the output member is remoteClientDataJson (lowercase Json). Every other WebAuthn extension keeps casing consistent across input and output, and JSON is uppercase in every other WebAuthn IDL identifier. ## Correction 2: JSON parse failure inconsistency - For the same failure mode (malformed remoteClientDataJSON), navigator.credentials.create() throws EncodingError but navigator.credentials.get() throws NotSupportedError. We should be consistent and should be thowing EncodingError for both. Please view or discuss this issue at https://github.com/w3c/webauthn/issues/2423 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 4 May 2026 16:07:37 UTC