<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Максим Дмитрийчук</title>
    <description>The latest articles on Forem by Максим Дмитрийчук (@__318386c).</description>
    <link>https://forem.com/__318386c</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3709418%2F642f70b8-8c9c-44fc-a1d0-2c417c385266.jpg</url>
      <title>Forem: Максим Дмитрийчук</title>
      <link>https://forem.com/__318386c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/__318386c"/>
    <language>en</language>
    <item>
      <title>Why I stopped decoding JWTs online</title>
      <dc:creator>Максим Дмитрийчук</dc:creator>
      <pubDate>Tue, 13 Jan 2026 16:32:09 +0000</pubDate>
      <link>https://forem.com/__318386c/why-i-stopped-decoding-jwts-online-3e33</link>
      <guid>https://forem.com/__318386c/why-i-stopped-decoding-jwts-online-3e33</guid>
      <description>&lt;p&gt;I work with JWTs almost every day.&lt;/p&gt;

&lt;p&gt;At some point, I realized how often we casually paste real production tokens into online tools just to “quickly check something”.&lt;/p&gt;

&lt;p&gt;And that started to feel uncomfortable.&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem with online JWT decoders
&lt;/h2&gt;

&lt;p&gt;Most online JWT decoders are convenient.&lt;br&gt;&lt;br&gt;
They are also remote services.&lt;/p&gt;

&lt;p&gt;That means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;your token leaves your machine&lt;/li&gt;
&lt;li&gt;you don’t really know how long it’s stored&lt;/li&gt;
&lt;li&gt;you don’t know who can access it&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Even if the service is “trusted”, copying sensitive auth data into a website is still a risk.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I wanted instead
&lt;/h2&gt;

&lt;p&gt;I wanted something:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;local&lt;/li&gt;
&lt;li&gt;simple&lt;/li&gt;
&lt;li&gt;fast&lt;/li&gt;
&lt;li&gt;always available in the browser&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Without sending tokens anywhere.&lt;/p&gt;

&lt;h2&gt;
  
  
  My solution
&lt;/h2&gt;

&lt;p&gt;I ended up building a small Chrome extension that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;automatically captures JWTs from requests&lt;/li&gt;
&lt;li&gt;decodes them locally&lt;/li&gt;
&lt;li&gt;shows headers, payload and claims in a readable format&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No servers. No tracking. No external calls.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this works better (for me)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;safer for real-world tokens&lt;/li&gt;
&lt;li&gt;faster than copy-paste&lt;/li&gt;
&lt;li&gt;fits naturally into daily dev workflow&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you’re curious, the project is open-source and available here:&lt;br&gt;
👉 &lt;a href="https://github.com/softcoredevman/jwttokendecode" rel="noopener noreferrer"&gt;https://github.com/softcoredevman/jwttokendecode&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For convenience, it's also available in the Chrome Web Store:&lt;br&gt;
👉 &lt;a href="https://chromewebstore.google.com/detail/jwt-token-decode/fijcephcnbnajgkaeiamgcbeddmdfmnl" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/jwt-token-decode/fijcephcnbnajgkaeiamgcbeddmdfmnl&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;How do you usually inspect JWTs in your workflow?&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>security</category>
      <category>webdev</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
