/authemeral

Insomnia plugin for automatic token generation for requests using authentication service

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Authemeral

Insomnia plugin for automatic token generation for requests using authentication service

Installation

  1. Go to your folder with plugins, for example:
cd /home/zeio/snap/insomnia/204/.config/Insomnia/plugins/
  1. Clone this repo:
git clone https://github.com/zeionara/authemeral.git
  1. Go to the project folder and install dependencies:
cd authemeral
npm install
  1. Open Insomnia, then navigate to Application > Preferences > Plugins to make sure that plugin is loaded;
  2. Use template tag Authentication token wherever you need passing data required for locating and accessing the authentication service. This template tag will be replaced with an actual token upon request execution.