1.0.0 • Published 4 years ago

@penngrove/insomnia-plugin-remoteit v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Insomnia plugin for remote.it API authentication

This is a plugin for Insomnia that allows the signing of HTTP Requests for remote.it API authentication.

Installation

Install the insomnia-plugin-remoteit plugin from Preferences -> Plugins.

How to use

In the query Auth tab, select Bearer Token and add the remote.it API authentication template tag in the TOKEN field.

The plugin will get your credentials from your remote.it credentials file located at ~/.remoteit/credentials:

R3_ACCESS_KEY_ID=PV7BWOOSA34XBPHDYFFO
R3_SECRET_ACCESS_KEY=UZGhn/fqEYUPnhX6kZ3Z5uces3i0dq9YNw2+cOKh

Your credential file may contain multiple profiles:

[default]
R3_ACCESS_KEY_ID=PV7BWOOSA34XBPHDYFFO
R3_SECRET_ACCESS_KEY=UZGhn/fqEYUPnhX6kZ3Z5uces3i0dq9YNw2+cOKh
[test]
R3_ACCESS_KEY_ID=OYJKQK4O43MXYI7JHSUI
R3_SECRET_ACCESS_KEY=F/WCo0MH3uuyj1rYnXHDP+DqSIXkwKOpn/C0MbWa

You can specify on the template tag the remote.it Profile you want to use. Profile names are case-insensitive and the default profile will be selected by default.

1.0.0

4 years ago