Skip to content

Testing utility that generates OTPs for 2FA Mobile

License

Notifications You must be signed in to change notification settings

peterdee/2fa-generator

Repository files navigation

2FA Generator

2FA Mobile testing utility

Stack: Node, Express, OTPLib, JOI, QRCode, jQuery

DEV: http://localhost:9009

STAGE: https://generator-2fa.herokuapp.com

Additional documentation

Key URI format: https://github.com/google/google-authenticator/wiki/Key-Uri-Format

TOTP specs: https://datatracker.ietf.org/doc/html/rfc6238#page-9

Deploy

git clone https://github.com/peterdee/2fa-generator
cd ./2fa-generator
nvm use 18
npm i

Launch

npm run dev

Heroku

This application is manually deployed to Heroku

License

MIT