insomnia-plugin-totp-mfa
v1.0.1
Published
Generates a Time-Based One-Time Password (TOTP) based on the MFA secret
Downloads
1,045
Maintainers
Readme
Insomnia MFA TOTP Generator
Prerequisites
The MFA TOTP Generator uses the MFA secret to generate the time-based one time token. This secret will need to be provided in the Insomnia Environment json file. The default key is MFA_SECRET
, but can be changed by selecting the MFA Secret
variable name in the MFA TOTP configuration (see below).
Installation
- In Insomnia, click "Insomnia' and go to 'Preferences'
- In the Preferences window, go to the 'Plugin' tab
- Click "Browse Plugin Hub"
- Search for 'insomnia-plugin-totp-mfa'
- Click 'Install Plugin'
Using the plugin
Template tags
In order to generate and use the 6 digit MFA TOTP in your request, cllck Control + Space and type 'MFA TOTP' The default environment MFA Secret variable used is MFA_SECRET
, but can be changed by selecting the MFA Secret
gear icon and select the environment variable name in the drop down.