Skip to content

smartrent/insomnia-plugin-sha512-hmac-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 @smartrent/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.)

About

SHA512 HMAC Auth for Insomnia REST Client

Resources

Stars

Watchers

Forks

Packages

No packages published