I currently have a piece of software that runs on LTI 1.1 and have been looking to migrate it to LTI 1.3
The application is a python Flask app. However I have really struggled to find any good resources around creating an LTI 1.3 Flask app. I would love if there was some hello world example available. The only resources I have found are these 2 examples that have been really difficult to boil down to a starting point that could be deployed to canvas:
https://github.com/ucfopen/lti-13-template-flask/blob/main/lti/main.py
https://edutechdev.com/2023/11/19/build-a-simple-lms-integrated-quiz-app-using-python-react-js-and-l...
Any help from someone who has gotten an LTI 1.3 flask app working in canvas would be greatly appreciated, the resources available for this have felt really difficult to decipher.