This repository is now ARCHIVED. Please check our Quickstarts for up to date Approov integration examples for your API backend.
IMPORTANT: This repository relates to Approov 1 and has not been updated to reflect the new features and usage of Approov 2, the latest version of Approov. We will be updating the repository soon. Meanwhile, please refer to the guide for migrating from Approov 1 to Approov 2.
This a very simple Python Flask server to support the Shapes Demo mobile app.
This demo fits the purpose of demonstrating how easy is to integrate the Approov Solution in both the Mobile App and API server.
The requirements:
pip install -r requirements.txt
Run the server on your desktop using python:
python runserver.py