Skip to content

Commit

Permalink
Merge pull request #151 from w3c/exp-claim
Browse files Browse the repository at this point in the history
Merging per decision at TPAC
  • Loading branch information
selfissued authored Sep 14, 2023
2 parents 93ade2a + 1788441 commit f6faa34
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,13 @@ <h2>Protected Header Parameters</h2>
<code>alg</code>, <code>iat</code>,
<code>exp</code> and <code>cnf</code>.
</p>
<p>
When the <code>iat</code> and/or <code>exp</code> JWT claims are present,
they represent the issuance and expiration time of the signature, respectively.
Note that these are different from the <code>validFrom</code> and <code>validUntil</code> properties
defined in <a data-cite="VC-DATA-MODEL#validity-period">Validity Period</a>
that represent the validity of the data that is being secured.
</p>
<p>
The <a href="#registered-claim-names">registered claim</a> names <code>vc</code> and <code>vp</code>
MUST NOT be present as header parameters.
Expand Down

0 comments on commit f6faa34

Please sign in to comment.