2.0.0 • Published 5 years ago

@smartrent/insomnia-plugin-sha512-hmac-auth v2.0.0

Weekly downloads
10
License
ISC
Repository
github
Last release
5 years ago

Insomnia SHA512 HMAC Auth

Exposes two Template Tags for injecting (1) the current Unixtime and (2) a SHA512 HMAC signature of the request, based on the following string:

timestamp + "\n" + method + "\n" + path + "\n" + body

Installation

Open the Plugins menu in Insomnia and add insomnia-plugin-sha512-hmac-auth.

Usage

(Use control+space to inject Template Tags into header value fields.)

Use the SHA512 HMAC Timestamp Template Tag to generate current Unixtime.

Use the SHA512 HMAC Signature Template Tag to generate current the signature. (You'll need to open the template tag once added and input the encryption secret.)

2.0.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago