Skip to content

Commit

Permalink
Apply suggestions from code review
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 Aug 26, 2024
1 parent e11faf8 commit b852225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ <h2 id="jose-header-parameters-jwt-claims">JOSE Header Parameters and JWT Claims
<a data-cite="VC-DATA-MODEL-2.0#validity-period">Validity Period</a>, which
represent the validity of the data that is being secured.
Use of the <code>nbf</code> (Not Before) claim is NOT RECOMMENDED,
as it makes little sense to attempt to future-date or post-date
as it makes little sense to attempt to assign a future date to
a signature.
</p>
<p>
Expand Down Expand Up @@ -780,7 +780,7 @@ <h2 id="cose-header-param-cwt-claims">COSE Header Parameters and CWT Claims</h2>
<a data-cite="VC-DATA-MODEL-2.0#validity-period">Validity Period</a>, which
represent the validity of the data that is being secured.
Use of the <code>nbf</code> (Not Before) claim is NOT RECOMMENDED,
as it makes little sense to attempt to future-date or post-date
as it makes little sense to attempt to assign a future date to
a signature.
</p>
<p>
Expand Down

0 comments on commit b852225

Please sign in to comment.