This is a collection of scripts used on the development of LTI 1.3 platforms or tools. I created these scripts as a set of tools to help on the debugging of LTI 1.3 platform or tools.
- Clone this repository
- Set up a virtualenv
cd lti1p3_scripts
virtualenv venv
source venv/bin/activate
- Install dependencies.
make requirements
- Create an platforms.json configuration file.
- Add a configuration for a platform to platforms.json file. (Use platforms.example.json has an example).
- token_request.py: Request LTI 1.3 Service Token.