insomnia-plugin-request-body-hmac-bruno
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6451
9