Authenticator generates 2-Step Verification codes in your browser.
A Safari edition of Authenticator is available on the App Store. We do not provide official support for the Safari edition.
# install development dependencies npm install # compile npm run [chrome, firefox, prod]To reproduce a build:
npm ci npm run prodTo reproduce a build for Safari, please follow contribution guidance in Authenticator-Extension/Authen
# 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 ChromeNote that Windows users should download a tool like Git Bash or Cygwin to build.