A simple open-source, cross-platform, TOTP-based Authenticator for desktop that even your grandma could use :)
- Addition and deletion of authenticator tokens
- Copy to clipboard for ease of use
- Fetching favicons for each service
- Automatically refreshes keys
First, clone the repo via git and install dependencies:
git clone https://github.com/arshxyz/OpenAuthenticator/
cd OpenAuthenticator
npm install
npm start
To package OpenAuthenticator for your local platform:
npm run package
- Aaryak Garg
- Arsh Kohli
- Paarth Chhabra
- Pranit Chadda
- electron-react-boilerplate for setting up the environment
- otplib for cryptographically generating authentication tokens