Skip to content

JWT Decoder is a chrome extension which can decode a JWT token via a popup. There are many websites which do this but I prefer this as I don't have to navigate to another page. Once decoded the token can be copied whole or you can choose to copy only the header or the body section.

I find it useful, which is why I wrote it, its a very simple app, nothing fancy.

The code for this project is available here