From 6a93a5f8455da19213b75f34c074bbaafdc201a4 Mon Sep 17 00:00:00 2001 From: David Henning Date: Sat, 25 Jul 2026 21:31:26 +0200 Subject: [PATCH] docs(site): add claim validation to the capabilities list Add a "Validate claims" capability card covering --verify-claims and the --aud/--iss assertions, placed after "Verify signatures" and renumbering the following cards. Reflects the opt-in claim validation shipped in #21. Co-Authored-By: Claude Opus 4.8 --- site/index.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/site/index.html b/site/index.html index 713b830..3ebba72 100644 --- a/site/index.html +++ b/site/index.html @@ -185,6 +185,16 @@

Verify signatures

03 +
+

Validate claims

+

+ Enforce expiry and not-before, or require an audience or issuer, + exiting nonzero on failure. +

+
+
+
+ 04

Decrypt JWEs

@@ -194,7 +204,7 @@

Decrypt JWEs

- 04 + 05

Inspect nested tokens

@@ -203,7 +213,7 @@

Inspect nested tokens

- 05 + 06

Use established key formats

@@ -212,7 +222,7 @@

Use established key formats

- 06 + 07

Script with JSON