You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/concepts/security/guard/jwt/README.md
+19-14Lines changed: 19 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,19 +57,24 @@ guards:
57
57
58
58
The `jwt` specific options.
59
59
60
-
| Property | Type | Description |
61
-
| -- | -- | -- |
62
-
| options.issuer | `string` | Issuer claim. |
63
-
| options.audience | `string` | Audience claim. |
64
-
| options.challenge | `integer` | Challenge period (seconds). |
65
-
| options.keys | `string`, `object[]` | If not specified, the JWT vault derives the key location from the issuer's `.well-known/jwks.json`. It can also be set as a URI string or a list of objects with supported key values. |
| options.challenge | `integer` | Challenge period (seconds). |
65
+
| options.identity | `string` | Default: `sub`|
66
+
| options.keys | `string`, `object[]` | If not specified, the JWT vault derives the key location from the issuer's `.well-known/jwks.json`. It can also be set as a URI string or a list of objects with supported key values. |
0 commit comments