mws-insomnia-hmac-auth
v1.1.1
Published
HMAC Based Authentication
Readme
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]