Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

insomnia-plugin-request-body-hmac-bruno

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insomnia-plugin-request-body-hmac-bruno - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

package.json
{
"name": "insomnia-plugin-request-body-hmac-bruno",
"version": "0.0.2",
"author": "John Wästerlund <john@grunka.com> and Bruno Rocha <brunomoreirarocha@gmail.com>",
"description": "Insomnia template tag for HMAC signature of value or request body",
"version": "0.0.3",
"author": "Bruno Rocha <brunomoreirarocha@gmail.com>",
"description": "Insomnia template tag for HMAC signature of value or request body (Bruno version)",
"repository": {

@@ -7,0 +7,0 @@ "type": "git",

@@ -1,11 +0,9 @@

# Insomnia template tag for HMAC signature of message or request body
# Insomnia template tag for HMAC signature of message or request body (Bruno version)
Based on the [Template tag for hashing](https://github.com/getinsomnia/insomnia/tree/develop/plugins/insomnia-plugin-hash) and also the [HMAC template tag plugin](https://www.npmjs.com/package/insomnia-plugin-hmac) published to NPM.
Based on the Insomnia template tag for HMAC signature of message or request body](https://github.com/grunka/insomnia-plugin-request-body-hmac) published to NPM.
For the nice rest client [Insomnia](https://insomnia.rest)
Install by going to the plugins tab in Insomnia and search for `insomia-plugin-request-body-hmac`
Main feature is being able to generate HMAC signatures from a key and a message, where the message can be the request body content.
The signature can be inserted into the url, request parameters, headers, and request body itself. That last one is probably only useful in combination of doing the signature using a portion of the request body selected by JSONPath. Also has an option of removing whitespace from a JSON request body before calculating the signature.
The signature can be inserted into the url, request parameters, headers, and request body itself. That last one is probably only useful in combination of doing the signature using a portion of the request body selected by JSONPath. Also has an option of removing whitespace from a JSON request body before calculating the signature.
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