An Insomnia plugin to generate Time-based One-Time Passwords (TOTP).
- Go to Preferences > Plugins
- Add
insomnia-plugin-totp
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.
docker-compose build
docker-compose up
yarn
yarn test