New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

insomnia-plugin-auth-wsse

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insomnia-plugin-auth-wsse

Insomnia plugin: creates WSSE Auth header

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

insomnia-plugin-auth-wsse

This plugin creates a WSSE auth token based on values configured in insomnia environment variables and adds it to the request header in the format of X-WSSE: UsernameToken Username="USERNAME", PasswordDigest="OGQ2NWUxODdlOTJmYWE1NWRiYjczY2FlNzI1NTQ1ZDM2NjgyNGE3ZA==", Nonce="972390e2a6cc92822e1c", Created="2019-08-28T16:09:28.910Z". If your insomnia request already has a X-WSSE header the plugin WILL NOT override it.

Compulsory environment variables used by this insomnia plugin are:

{
  "wsse_username": "",
  "wsse_password": "",
}

Optional:

  • set "wsse_sha1encoding": "hex" for Emarsys API - Default: "base64" all options "base64" | "latin1" | "hex"
  • set "wsse_debug": true to log to console Insomnia -> View -> Toggle DevTool

To install plugin manually

application preference dialog
  • Open the tab preference panel Insomnia -> Preferences -> Plugins.
  • copy insomnia-plugin-auth-wsse in the field and click the button "Install Plugin"
manual installation (optional)
  1. Checkout this repository;
  2. run npm i or yarn install
  3. Copy source code to insomnia plugins directory(see paths below);
  4. Create environment variables(see structure above) with your values;
  • MacOS: ~/Library/Application\ Support/Insomnia/plugins/

  • Windows: %APPDATA%\Insomnia\plugins\

  • Linux: $XDG_CONFIG_HOME/Insomnia/plugins/ or ~/.config/Insomnia/plugins/

Keywords

FAQs

Package last updated on 29 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc