# Authenticator **Repository Path**: zeng_xiangwei/Authenticator ## Basic Information - **Project Name**: Authenticator - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-14 - **Last Updated**: 2024-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Authenticator [![Build Status](https://travis-ci.com/Authenticator-Extension/Authenticator.svg?branch=dev)](https://travis-ci.com/Authenticator-Extension/Authenticator) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/authenticator-firefox/localized.svg)](https://crowdin.com/project/authenticator-firefox) > Authenticator generates 2-Step Verification codes in your browser. ## Available for Chrome, Firefox, Microsoft Edge and Safari [](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai) [](https://addons.mozilla.org/en-US/firefox/addon/auth-helper?src=external-github) [](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio) [Download on the App Store](https://apps.apple.com/us/app/authen/id1602945200?mt=12) ## Build Setup ``` bash # install development dependencies npm install # compile npm run [chrome, firefox, prod] ``` To reproduce a build: ``` bash npm ci npm run prod ``` To reproduce a build for Safari, please follow contribution guidance in [Authenticator-Extension/Authen](https://github.com/Authenticator-Extension/Authen#how-to-contribute) ## Development (Chrome) ``` bash # 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](https://git-scm.com/download/win) or [Cygwin](http://cygwin.com/) to build.