https://github.com/dompling/authenticator
https://github.com/dompling/authenticator
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dompling/authenticator
- Owner: dompling
- License: mit
- Created: 2024-07-23T03:04:46.000Z (almost 2 years ago)
- Default Branch: release
- Last Pushed: 2024-08-19T08:21:57.000Z (over 1 year ago)
- Last Synced: 2025-02-01T07:41:17.779Z (about 1 year ago)
- Language: TypeScript
- Size: 4.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Authenticator [](https://travis-ci.com/Authenticator-Extension/Authenticator) [](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) [
](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.