From 0ba88aed12c04bd2ed9924f500673f32b67a6211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Mon, 20 Nov 2023 22:17:42 +0100 Subject: [PATCH] Fix docs formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luís Cobucci --- docs/rotating-keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rotating-keys.md b/docs/rotating-keys.md index 25f17840..9050ca90 100644 --- a/docs/rotating-keys.md +++ b/docs/rotating-keys.md @@ -212,5 +212,5 @@ Now check the changes on the parsing and validation logic: Now the application is able to accept non-expired tokens issued with either old and new keys! In this case, the old key would automatically only be accepted until `2023-12-31 23:59:59+00:00`, even if engineers forget to remove it from the list. -!!! Important` +!!! Important The order of `SignedWithUntilDate` constraints given to `SignedWithOneInSet` does matter, and it's recommended to leave older keys at the end of the list.