Authenticator generates 2-Step Verification codes in your browser.
# install development dependencies
npm install
# compile
npm run [chrome, firefox]Note that Windows users should download a tool like Git Bash or Cygwin to build.
Prefixsupport is added for Google Chrome
- Copy the output folder
chromepost runningnpm run chrometo a safe location (not to be deleted) - OR Download from here chrome.zip
- Go to: Chrome Extensions and enable
Developer Mode. Now, drag and drop thechromefolder from the above command(s) - Add your CODE configuration manually or scanning a QR code as usual
- Verify your OTP is working fine by copying the code visible as usual :)
Sample URL : otpauth://totp/issuer:your.name@example.com?secret=your-secret-here&prefix=the-prefix-to-use
Sample Code generated for otpauth://totp/issuer:your.name@example.com?secret=123123123123123123123123&prefix=GITHUB will be : GITHUB568256
You may use https://www.qr-code-generator.com/ to generate the QR code from the optauth link