insomnia-plugin-save-access-token
Version:
An [Insomnia](https://insomnia.rest/) plugin to save a access token from a login/auth request to be used in subsequent request through a template variable.
22 lines (21 loc) • 530 B
JSON
{
"name": "insomnia-plugin-save-access-token",
"version": "1.0.2",
"author": "Erik Malm <erik.m.malm@gmail.com>",
"license": "MIT",
"main": "index.js",
"insomnia": {
"name": "save-access-token",
"description": "Get a token from a login response and save it a template variable"
},
"repository": "https://github.com/malm/insomnia-plugin-save-access-token",
"dependencies": [],
"devDependencies": [],
"keywords": [
"insomnia",
"plugin",
"accesstoken",
"api",
"authentication"
]
}