Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/middleware/builtin/jwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ The `nbf` (not before) claim will be verified if present and this is set to `tru

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

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`.

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

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`.