insomnia-plugin-better-jwt
v1.0.1
Published
Generate encoded JWT tokens with ease inside Insomnia.
Readme
Better JWT
Generate encoded JWT tokens with ease inside Insomnia.
Installation
- Open Insomnia
- Go to Application > Preferences > Plugins
- Type
insomnia-plugin-better-jwtin the search bar - Install the plugin
Usage
- Create a new request
- Hit
Ctrl+Spaceto open the plugin dropdown - Select
Better JWTand click on the new button that was inserted

- Select an algorithm
- Provide a valid JSON object as the payload
- Provide a secret key

- Preview the generated token live!
Credits
Huge thanks to hokaccha for creating node-jwt-simple.
