1.0.1 • Published 5 months ago
insomnia-plugin-better-jwt v1.0.1
Better JWT
Generate encoded JWT tokens with ease inside Insomnia.
Installation
- Open Insomnia
- Go to Application > Preferences > Plugins
- Type
insomnia-plugin-better-jwt
in the search bar - Install the plugin
Usage
- Create a new request
- Hit
Ctrl+Space
to open the plugin dropdown - Select
Better JWT
and 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.