🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

insomnia-plugin-jwtdecode

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insomnia-plugin-jwtdecode

JWT (JSON Web Token) decoder for Insomnia REST Client

1.1.2
latest
Source
npm
Version published
Weekly downloads
12
-79.31%
Maintainers
1
Weekly downloads
 
Created
Source

Plugin Icon JWT decoder for Insomnia REST Client

This is a plugin for the Insomnia REST client to decode the Header or Payload part of a JWT (JSON WebToken), return the value of a claim in that part and use it as a dynamic variable.

This plugin is not for encoding,constructing,validating, ... or other usages besides decoding JWT tokens.

Decoding Usage

At the time of writing (Insomnia 2022.7.1), it is not possible to reference the JWT token from a body attribute of another request directly in the JWT Decode plugin. However, we can add the JWT token as an environment variable and reference that.

Referencing the JWT token from another request

Adding the variable empty

Adding the variable popup

Adding the variable added

License

MIT

FAQs

Package last updated on 20 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts