zeionara / authemeral

Insomnia plugin for automatic token generation for requests using authentication service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Insomnia plugin for automatic token generation for requests using authentication service

License:Apache License 2.0


Languages

Language:JavaScript 100.0%