Skip to content

Netluxe's port/customized version of the excellent authenticator built by the authenticator.cc team

License

Notifications You must be signed in to change notification settings

netluxe/Authenticator2FA-Extension

 
 

Repository files navigation

Authenticator Build Status Crowdin

Authenticator generates 2-Step Verification codes in your browser.

Available for Chrome and Firefox

Authenticator is one of the featured extensions on Firefox Add-ons this month!

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