Project was transfered from internal academy server. This project was concluded in May 2024. The project implements a multi-step authentication system in a web application to enhance the security of user account access. To increase the system’s security, TOTP codes and facial biometrics were used.
- TOTP keys
- Recognition of facial biometry
- Python
- Django
- pyopt
- qrcode
- openCV
- faceRecognition
- Clone the repository
- Run the server with commands:
python manage.py makemigrations python manage.py migrate python manage.py runserver
- To register enter the adress:
http://127.0.0.1:8000/register/
- To login enter the adress:
http://127.0.0.1:8000/login/