Basic time based 2fa application
To install your application on your computer follow these steps:
- git clone xxxx
- cd /2faflask
- mkvirtualenv 2faflask
- workon 2faflask
- Run
pip install -r requirements.txt
- Run
python server.py
. - Go to
http://localhost:5000
- Can use this repo for test 2fa is working or you can use any otpgenerator like authy, google authenticator etc.