Skip to content

Commit db5a127

Browse files
authored
Fix JWT claims names on jwt.md (#828)
1 parent 65d83b5 commit db5a127

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/middleware/builtin/jwt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ The `nbf` (not before) claim will be verified if present and this is set to `tru
119119

120120
#### <Badge type="info" text="optional" /> verifyOptions.iat: `boolean`
121121

122-
The `iat` (not before) claim will be verified if present and this is set to `true`. The default is `true`.
122+
The `iat` (issued at) claim will be verified if present and this is set to `true`. The default is `true`.
123123

124124
#### <Badge type="info" text="optional" /> verifyOptions.exp: `boolean`
125125

126-
The `exp` (not before) claim will be verified if present and this is set to `true`. The default is `true`.
126+
The `exp` (expiration time) claim will be verified if present and this is set to `true`. The default is `true`.

0 commit comments

Comments
 (0)