Skip to content

Commit b821ed7

Browse files
Apply suggestion from @coderabbitai[bot]
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 51a3ab8 commit b821ed7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.claude/skills/build-plugin/references/metadata.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ Set exactly one of `jwtSecret` (HMAC algorithms) or `jwtPrivateKey` — a PEM-en
185185

186186
```json
187187
"jwtTokenLocation": "queryParam", // "header" (default) or "queryParam"
188+
// Prefer "header"; query params can leak the token via logs/referrers.
188189
"jwtQueryParamName": "token", // required when jwtTokenLocation is "queryParam" — the query param the JWT is sent as
189190
"jwtSecretIsBase64": true, // set when jwtSecret is base64-encoded rather than plain text
190191
"jwtHeaderPrefix": "Bearer ", // text prepended to the token when sent as a header; defaults to "Bearer " (include the trailing space if overriding)

0 commit comments

Comments
 (0)