Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,16 @@ <h3>Verify signatures</h3>
</article>
<article>
<span>03</span>
<div>
<h3>Validate claims</h3>
<p>
Enforce expiry and not-before, or require an audience or issuer,
exiting nonzero on failure.
</p>
</div>
</article>
<article>
<span>04</span>
<div>
<h3>Decrypt JWEs</h3>
<p>
Expand All @@ -194,7 +204,7 @@ <h3>Decrypt JWEs</h3>
</div>
</article>
<article>
<span>04</span>
<span>05</span>
<div>
<h3>Inspect nested tokens</h3>
<p>
Expand All @@ -203,7 +213,7 @@ <h3>Inspect nested tokens</h3>
</div>
</article>
<article>
<span>05</span>
<span>06</span>
<div>
<h3>Use established key formats</h3>
<p>
Expand All @@ -212,7 +222,7 @@ <h3>Use established key formats</h3>
</div>
</article>
<article>
<span>06</span>
<span>07</span>
<div>
<h3>Script with JSON</h3>
<p>
Expand Down