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 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 @@
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.