2FA Mobile testing utility
Stack: Node, Express, OTPLib, JOI, QRCode, jQuery
STAGE: https://generator-2fa.herokuapp.com
Key URI format: https://github.com/google/google-authenticator/wiki/Key-Uri-Format
TOTP specs: https://datatracker.ietf.org/doc/html/rfc6238#page-9
git clone https://github.com/peterdee/2fa-generator
cd ./2fa-generator
nvm use 18
npm i
npm run dev
This application is manually deployed to Heroku