Skip to content

Authenticator-Extension/Authenticator

dev
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 22, 2021 11:09
July 16, 2022 04:10
April 23, 2019 16:44
May 10, 2023 23:17
July 4, 2022 10:54
January 1, 2022 05:03
svg
January 16, 2022 22:24
January 16, 2022 22:24
February 21, 2018 03:56
July 10, 2022 21:22
February 19, 2018 10:57
April 23, 2019 16:44

Authenticator Build Status Crowdin

Authenticator generates 2-Step Verification codes in your browser.

Available for Chrome, Firefox, Microsoft Edge and Safari

Download on the App Store

Build Setup

# install development dependencies
npm install
# compile
npm run [chrome, firefox, prod]

To reproduce a build:

npm ci
npm run prod

To reproduce a build for Safari, please follow contribution guidance in Authenticator-Extension/Authen

Development (Chrome)

# 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 or Cygwin to build.