Skip to content

Commit

Permalink
Fix docs formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Luís Cobucci <[email protected]>
  • Loading branch information
lcobucci committed Nov 20, 2023
1 parent 3529291 commit 0ba88ae
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 @@ -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.

0 comments on commit 0ba88ae

Please sign in to comment.