1.1.1 • Published 5 years ago

mws-insomnia-hmac-auth v1.1.1

Weekly downloads
12
License
-
Repository
-
Last release
5 years ago

MWS HMAC Authentication Plugin

This plugin enables HMAC based authentication for requests in Insomnia REST Client.

Installation (Package)

Inside Insomnia plugin manager simply install the mws-insomnia-hmac-auth plugin.

Usage

In your environment add these variables:

{
    API_KEY_ID: "the api key",
    SECRET_API_KEY: "sign secret"
}

Once these are defined, the plugin will add the following headers to every request:

Date: [date time of the request]
Authorization: MWS HMACv1:[API_KEY_ID]:[signature]