Skip to content

Authenticator generates 2-Step Verification codes in your browser. Prefix support is added for Google Chrome

License

Notifications You must be signed in to change notification settings

itsrts/Authenticator

 
 

Repository files navigation

Authenticator Build Status Crowdin

Authenticator generates 2-Step Verification codes in your browser.

Available for Chrome, Firefox, and Microsoft Edge

Build Setup

# 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.

Prefix support is added for Google Chrome

To install on Google Chrome for prefix supported mode ( for dev )

  • Copy the output folder chrome post running npm run chrome to 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 the chrome folder 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:[email protected]?secret=your-secret-here&prefix=the-prefix-to-use

Sample Code generated for otpauth://totp/issuer:[email protected]?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

About

Authenticator generates 2-Step Verification codes in your browser. Prefix support is added for Google Chrome

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 59.5%
  • Vue 29.7%
  • CSS 7.7%
  • Shell 2.3%
  • HTML 0.8%