You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for webauth.guide web site which is great and explains webauthn very well.
I've noticed a little mistake in this sample code:
// note: a CBOR decoder library is needed here.constdecodedAttestationObj=CBOR.decode(credential.response.attestationObject);console.log(decodedAttestationObject);
The variable is declared as decodedAttestationObj but console.log uses decodedAttestationObject which result to an "undefined variable" error.
I would have been happy to provide a pull request for this but I didn't found a repo for webauthn.guide, so I've created an issue here instead.
The text was updated successfully, but these errors were encountered:
Thank you very much for webauth.guide web site which is great and explains webauthn very well.
I've noticed a little mistake in this sample code:
The variable is declared as decodedAttestationObj but
console.log
uses decodedAttestationObject which result to an "undefined variable" error.I would have been happy to provide a pull request for this but I didn't found a repo for webauthn.guide, so I've created an issue here instead.
The text was updated successfully, but these errors were encountered: