qoomon / otp-authenticator-webapp

A 'Google Authenticator' like Single Page Application

Home Page:https://qoomon.github.io/otp-authenticator-webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

otp-authenticator-webapp Sparkline

Build Workflow

A Google Authenticator like offline webapp.

☂️ No External Services are used, local JavaScript execution only ☂️

Hosted at github pages: https://qoomon.github.io/otp-authenticator-webapp/

Or host it on your onw GitHub account by just forking this repo.

  • Go to Your forked Repository -> Settings -> GitHub Pages
    • Ensure Source is set to gh-pages
    • Find your link to the app Your site is published at https://USERNAME.github.io/otp-authenticator-webapp/

Features

  • 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

Developer Notes

About

A 'Google Authenticator' like Single Page Application

https://qoomon.github.io/otp-authenticator-webapp


Languages

Language:JavaScript 68.5%Language:CSS 21.4%Language:HTML 10.2%