0.0.1 • Published 4 years ago

insomna-plugin-jws-by-tl v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Insomnia Plugin JWS

This plugin allows to add a signature to requests done through Insomnia.

Steps to configure:

1) Make sure your insomnia environment contains the following 2 properties: CERTIFICATE_ID: your signing certificate id PRIVATE_KEY: your signing private key (note: make sure to replace line breaks with "\n" so that JSON can have its single line value and js will parse the "\n" putting the line breaks back in)

Note: insomnia allows you to define/override end properties both globally and at the folder level.

2) If you are installing this plugin from the repository, please follow the instructions here when it comes to how to let insomnia know about your plugin: https://support.insomnia.rest/article/26-plugins#create-a-plugin

If, instead, you are installing this plugin from the publicly available plugins (publication is to be done after plugin is tested and approved) then you can just install it and insomnia will take care of the rest

3) Once you installed the plugin, your requests will automatically try to use it as soon as you enable it, and will fail if you do not set the env properties mentioned above.

0.0.1

4 years ago