Skip to content

Commit

Permalink
Fix typo in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored Sep 17, 2024
1 parent deecbb6 commit 98cb0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rotating-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 98cb0e7

Please sign in to comment.