Blinket / insomnia-plugin-totp

☽ An Insomnia plugin for generating TOTP codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

insomnia-plugin-totp

npm

An Insomnia plugin to generate Time-based One-Time Passwords (TOTP).

Installation

  1. Go to Preferences > Plugins
  2. Add insomnia-plugin-totp

Development

The simplest way to work efficiently with this plugin is to use the tests as a framework, negating the need to copy the source to the insomnia plugin folder and run it for each individual change.

Tests are run via mocha and code coverage is provided by nyc (istanbul) for easier identification of missing test cases.

With Docker

docker-compose build
docker-compose up

No Docker

yarn
yarn test

About

☽ An Insomnia plugin for generating TOTP codes

License:MIT License


Languages

Language:JavaScript 96.9%Language:Dockerfile 3.1%