A Google Authenticator like offline webapp.
Hosted at github pages: https://qoomon.github.io/otp-authenticator-webapp/
- branch: gh-pages
Or host it on your onw GitHub account
-
Just fork this repo and this web app is available at:
- generate TOTP codes
- show remaining valid seconds for totp code
- generate QR-code with OTPAuth URL
- click on QR-code to copy OTPAuth URL
- parse OTPAuth URLs in the
secret
input field- e.g.
otpauth://totp/john.doe?secret=N2SJSUOXCKQM5MAX7N7J3NBUQ4WTL66G&issuer=example.org
- e.g.
To launch the web app we need to install npm and compile the webpack. Then the generated dist directory will run as a web app.
npm install
npx webpack