Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
decentralgabe and TallTed authored Jan 25, 2024
1 parent e5b7127 commit 3a0d23a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -830,9 +830,9 @@ <h3>JsonWebKey</h3>
for an instance of a public key with a compound key identifier.
</p>
<p>
The OPTIONAL `alg` property identifies the algorithm intended
for use with the public key. Although optional, it is RECOMMENDED that `alg`
be included, to avoid security issues that arise when using the same key with multiple
The REQUIRED `alg` property identifies the algorithm intended
for use with the public key, which is
included to prevent security issues that can arise when using the same key with multiple
algorithms. If describing a key using an elliptic curve, the OPTIONAL `crv` property is used
to identify the particular curve type of the public key. The OPTIONAL `kid` property is a hint
used to help discover the key; if present, the `kid` value SHOULD match, or be included
Expand Down

0 comments on commit 3a0d23a

Please sign in to comment.