This is a Flask server designed to forward MFA inputs to the Central Access Control System (CACS)
The server has receives the following JSON data (shown as python code):
data = {
"employee_id":<integer>,
"pin":<integer>,
"image":<base64_encoded_image>
}
The request is then forwarded to the CACS.
Python Version: 3.8.10
APT Extras: None
PIP Packages:
pip install requirements.txt
log
- folder containing log files
python3 acp.py