/Authenticator

Authenticator generates 2-Step Verification codes in your browser.

Primary LanguageTypeScriptMIT LicenseMIT

Authenticator Build Status Crowdin

Authenticator generates 2-Step Verification codes in your browser.

Available for Chrome and Firefox

Build Setup

# install typescript
npm install -g typescript
#install gts
npm install -g gts
# install dependencies
npm install
# check typescript style
gts check
# try to auto fix style issue
gts fix
# compile for Chrome
npm run chrome
# compile for Firefox
npm run firefox