mirror of
https://github.com/ysoftdevs/oauth-playground-server.git
synced 2026-03-21 16:50:01 +01:00
styling
This commit is contained in:
@@ -242,7 +242,7 @@
|
|||||||
<p>
|
<p>
|
||||||
This is a base64 encoded binary representation of an attestation statement. The attestation statement is produced by the authenticator to prove to the relying party (e.g., a website) that a new public key credential has been created in the authenticator. It is <a href="https://cbor.io/">CBOR</a> encoded.
|
This is a base64 encoded binary representation of an attestation statement. The attestation statement is produced by the authenticator to prove to the relying party (e.g., a website) that a new public key credential has been created in the authenticator. It is <a href="https://cbor.io/">CBOR</a> encoded.
|
||||||
</p>
|
</p>
|
||||||
<div class="code" id="navigator-attestationObject" style="height: 150px; overflow-y: scroll;"></div>
|
<div class="code" id="navigator-attestationObject"></div>
|
||||||
<p class="button-label">The authData is <a href="https://www.w3.org/TR/webauthn-2/#sctn-attested-credential-data">binary encoded</a> and contain the actual public key, but also more flags and info about the authentication:</p>
|
<p class="button-label">The authData is <a href="https://www.w3.org/TR/webauthn-2/#sctn-attested-credential-data">binary encoded</a> and contain the actual public key, but also more flags and info about the authentication:</p>
|
||||||
<div class="code" id="navigator-authData"></div>
|
<div class="code" id="navigator-authData"></div>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user