Skip to content

Commit 3ba806c

Browse files
tghosthCopilot
andauthored
Accept 202 link responses and update JWT cheat sheet (#3368)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9668e23 commit 3ba806c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/config/url-checker-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"retryOn429": true,
22-
"aliveStatusCodes": [200, 403],
22+
"aliveStatusCodes": [200, 202, 403],
2323
"timeout": "30s",
2424
"fallbackRetryDelay": "30s",
2525
"see": "https://github.com/tcort/markdown-link-check#config-file-format"

5.0/en/0x18-V9-Self-contained-Tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Specific requirements for OAuth and OIDC are covered in the dedicated chapter.
3333

3434
For more information, see also:
3535

36-
* [OWASP JSON Web Token Cheat Sheet for Java Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/JSON_Web_Token_for_Java_Cheat_Sheet.html) (but has useful general guidance)
36+
* [OWASP JSON Web Token Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/JSON_Web_Token_Cheat_Sheet.html)

0 commit comments

Comments
 (0)