Skip to content

Commit 5ecae07

Browse files
authored
docs: reorder maxAge README wording
1 parent 9cec756 commit 5ecae07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Create a verifier function by calling `createVerifier` and providing one or more
170170

171171
- `ignoreNotBefore`: Do not validate the activation of the token. Default is `false`.
172172

173-
- `maxAge`: The maximum allowed age (in milliseconds) for tokens to still be valid. It is only enforced when the token has an `iat` claim; use `requiredClaims: ['iat']` if that claim must be present. By default this is not checked.
173+
- `maxAge`: The maximum allowed age (in milliseconds) for tokens to still be valid. By default this is not checked. It is only enforced when the token has an `iat` claim; use `requiredClaims: ['iat']` if that claim must be present.
174174

175175
- `clockTimestamp`: The timestamp in milliseconds (like the output of `Date.now()`) that should be used as the current time for all necessary time comparisons. Default is the system time.
176176

0 commit comments

Comments
 (0)