From b852225efaea07ebd6081b7d5e99d58d4c854b46 Mon Sep 17 00:00:00 2001 From: Gabe <7622243+decentralgabe@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:57:55 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ted Thibodeau Jr --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f165afb..d68bfa2 100644 --- a/index.html +++ b/index.html @@ -420,7 +420,7 @@

JOSE Header Parameters and JWT Claims Validity Period, which represent the validity of the data that is being secured. Use of the nbf (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.

@@ -780,7 +780,7 @@

COSE Header Parameters and CWT Claims

Validity Period, which represent the validity of the data that is being secured. Use of the nbf (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.