We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d83b5 commit db5a127Copy full SHA for db5a127
1 file changed
docs/middleware/builtin/jwt.md
@@ -119,8 +119,8 @@ The `nbf` (not before) claim will be verified if present and this is set to `tru
119
120
#### <Badge type="info" text="optional" /> verifyOptions.iat: `boolean`
121
122
-The `iat` (not before) claim will be verified if present and this is set to `true`. The default is `true`.
+The `iat` (issued at) claim will be verified if present and this is set to `true`. The default is `true`.
123
124
#### <Badge type="info" text="optional" /> verifyOptions.exp: `boolean`
125
126
-The `exp` (not before) claim will be verified if present and this is set to `true`. The default is `true`.
+The `exp` (expiration time) claim will be verified if present and this is set to `true`. The default is `true`.
0 commit comments