Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterdee/2fa-generator
Testing utility that generates OTPs for 2FA Mobile
https://github.com/peterdee/2fa-generator
2fa 2fa-mobile express joi jquery node otp otplib qrcode
Last synced: 10 days ago
JSON representation
Testing utility that generates OTPs for 2FA Mobile
- Host: GitHub
- URL: https://github.com/peterdee/2fa-generator
- Owner: peterdee
- License: mit
- Created: 2022-05-17T14:47:50.000Z (over 2 years ago)
- Default Branch: release
- Last Pushed: 2022-06-18T20:58:57.000Z (over 2 years ago)
- Last Synced: 2024-11-20T14:51:01.883Z (2 months ago)
- Topics: 2fa, 2fa-mobile, express, joi, jquery, node, otp, otplib, qrcode
- Language: JavaScript
- Homepage: https://generator-2fa.herokuapp.com
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## 2FA Generator
[2FA Mobile](https://github.com/peterdee/2fa-mobile) testing utility
Stack: [Node](https://nodejs.org), [Express](http://expressjs.com), [OTPLib](https://www.npmjs.com/package/otplib), [JOI](https://www.npmjs.com/package/joi), [QRCode](https://www.npmjs.com/package/qrcodejs), [jQuery](https://jquery.com)
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
```shell script
git clone https://github.com/peterdee/2fa-generator
cd ./2fa-generator
nvm use 18
npm i
```### Launch
```shell script
npm run dev
```### Heroku
This application is manually deployed to [Heroku](https://www.heroku.com)
### License
[MIT](LICENSE.md)