A plugin to simply decode jwt token
Decoding a JWT by hand — copying the token, heading to jwt.io, pasting it in, and hunting for the claim you need — breaks your flow every single time. To make things simpler, I wrote this little plugin for the Yaak API client which provides a template function to decode any JWT token and optionally filter the result using a JSONPath expression.
To use this plugin, proceed as follows:
Settings > Plugins, search for JWT Decode and hit Install.Headers, Body, or Query).jwt.decode and select the corresponding function.$.data.login) to extract a specific field.That’s it!