1. Inspect an assertion without signature verification
WebAuthn developerBackground
A developer needs to inspect a captured assertion and confirm its challenge binding and counter value before adding public-key verification.
Problem
The assertion fields need to be decoded while making it clear that the signature was not checked.
How to use
Enter clientDataJSON as JSON text, provide authenticatorData and the signature as hexadecimal, then set the expected challenge, RP ID, and previous signCount.
clientDataEncoding: json; binaryEncoding: hex; expectedChallenge: Y2hhbGxlbmdl; rpId: example.com; previousSignCount: 1Outcome
The JSON result reports the challenge check, decoded assertion data, signCount 2, and a not-checked signature status.