The Wayback Machine - https://web.archive.org/web/20210804095714/https://github.com/Authenticator-Extension/Authenticator
Skip to content
dev
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.

Authenticator Build Status Crowdin

Authenticator generates 2-Step Verification codes in your browser.

Available for Chrome and Firefox

Build Setup

# install development dependencies
npm install
# compile
npm run [chrome, firefox]

Development (Chrome)

# install development dependencies
npm install 
# compiles the Chrome extension to the `./test/chrome` directory
npm run dev:chrome
# load the unpacked extension from the `./test/chrome/ directory in Chrome

Note that Windows users should download a tool like Git Bash or Cygwin to build.