Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 862 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 862 Bytes

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