From 98cb0e7e18a80673e173cda3f0730cff1c9b4c33 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Tue, 17 Sep 2024 16:49:23 +0200 Subject: [PATCH] Fix typo in the docs --- 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 9050ca90..a7b68638 100644 --- a/docs/rotating-keys.md +++ b/docs/rotating-keys.md @@ -13,7 +13,7 @@ Rotating keys allows us to: ## The challenges -After rotating keys, apps will likely receive requests with tokens issues with the previous key. +After rotating keys, apps will likely receive requests with tokens issued with the previous key. If the key rotation of an app is done with a "hard cut", requests with non-expired tokens issued with the old key **will fail**! Imagine if you were the user who logged in just before a key rotation on that kind of app, you'd probably have to log in again!