Skip to content

Authenticator generates 2-Step Verification codes in your browser.

License

Notifications You must be signed in to change notification settings

jaguarsakha/Authenticator

 
 

Repository files navigation

Authenticator Build Status Crowdin

Authenticator generates 2-Step Verification codes in your browser.

You can install Authenticator from the Chrome Web Store or from Firefox Add-ons.

Build Setup

Compile for Chrome:

npm install
npm run chrome

Compile for Firefox:

npm install
npm run firefox

Compile for development:

# 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
npm run compile

About

Authenticator generates 2-Step Verification codes in your browser.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%