How to detect and redact jwt tokens
- Step 1Drop the doc — Upload Markdown with JWT tokens in examples.
- Step 2Scrub — Click Run — JWTs are detected and replaced.
- Step 3Verify — Spot-check that all real tokens were replaced.
Frequently asked questions
Are non-eyJ tokens detected?+
JWT detection looks for eyJ prefix. Non-standard auth tokens need separate detection.
What if a JWT is split across lines?+
Multi-line JWTs may not be detected. Reformat to a single line first.
Will the response structure remain intact?+
Yes. Only the token value is replaced; surrounding JSON or text is preserved.
Privacy first
All Markdown processing runs locally in your browser using JavaScript. No file is ever uploaded to JAD Apps servers — only metadata counters are saved for signed-in dashboard stats.