insomnia-plugin-jws-sign-decode
v0.0.2
Published
Sign and decode deserialized jws
Downloads
14
Readme
insomnia-plugin-jws-sign-decode
Sign and decode deserialized jws
Installation
From Insomnia Plugin Hub
- Navigate to https://insomnia.rest/plugins/insomnia-plugin-jws-sign-decore
- Click Install Plugin
- Click Open
- Once opened, click Install
From the Insomnia App
- Go to Application > Preferences or click the cog icon (⚙️)
- Navigate to the Plugins tab
- Enter
insomnia-plugin-jws-sign-decode
- Click Install
Manual Install
- Using a terminal,
cd
into your Insomnia plugins folder - See Insomnia Docs - Run
git clone https://github.com/alvaro-mq/insomnia-plugin-jws-sign-decode.git
Usage
It is necessary to add environment variable 'PRIVATE_KEY_JWS' to sign the json request
It is optional to add environment variable 'KID_JWS' to add kid to the header
The manage environments should look like: