mws-insomnia-hmac-auth

1.1.1 • Public • Published

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]

Readme

Keywords

none

Package Sidebar

Install

npm i mws-insomnia-hmac-auth

Weekly Downloads

2

Version

1.1.1

License

none

Unpacked Size

2.61 kB

Total Files

4

Last publish

Collaborators

  • mws.mriegler