Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
insomnia-plugin-auth-wsse
Advanced tools
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:
"wsse_sha1encoding": "hex"
for Emarsys API - Default: "base64"
all options "base64" | "latin1" | "hex"
"wsse_debug": true
to log to console Insomnia -> View -> Toggle DevToolinsomnia-plugin-auth-wsse
in the field and click the button "Install Plugin"npm i
or yarn install
MacOS: ~/Library/Application\ Support/Insomnia/plugins/
Windows: %APPDATA%\Insomnia\plugins\
Linux: $XDG_CONFIG_HOME/Insomnia/plugins/ or ~/.config/Insomnia/plugins/
FAQs
Insomnia plugin: creates WSSE Auth header
The npm package insomnia-plugin-auth-wsse receives a total of 0 weekly downloads. As such, insomnia-plugin-auth-wsse popularity was classified as not popular.
We found that insomnia-plugin-auth-wsse demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.