Skip to content

Commit

Permalink
Merge pull request #33 from str0k3/patch-2
Browse files Browse the repository at this point in the history
Add missing words
  • Loading branch information
pilcrowonpaper authored Oct 20, 2024
2 parents 7fee0aa + 06bb72b commit 0a7ad4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/webauthn.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const attestationObject: ArrayBuffer = response.attestationObject;

The algorithm ID is from the [IANA COSE Algorithms registry](https://www.iana.org/assignments/cose/cose.xhtml). ECDSA with SHA-256 (ES256) is recommended as it is widely supported. You can also pass `-257` for RSASSA-PKCS1-v1.5 (RS256) to support a wider range of devices but devices that only support it are rare.

For most cases, `attestation` should be set to `"none"`. We don't need to verify of the authenticator and not all authenticators support it.
For most cases, `attestation` should be set to `"none"`. We don't need to verify the authenticity of the authenticator and not all authenticators support it.

For passkeys, ensure the public key is a resident key and requires user verification.

Expand Down

0 comments on commit 0a7ad4d

Please sign in to comment.