🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

@smartrent/insomnia-plugin-sha512-hmac-auth

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartrent/insomnia-plugin-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:

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
6
Created
Source

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.)

FAQs

Package last updated on 16 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts