{"id":19098544,"url":"https://github.com/ucfopen/lti-13-template-flask","last_synced_at":"2026-05-27T11:30:18.908Z","repository":{"id":81722786,"uuid":"413513207","full_name":"ucfopen/lti-13-template-flask","owner":"ucfopen","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-24T18:49:51.000Z","size":56,"stargazers_count":14,"open_issues_count":1,"forks_count":2,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-01-03T00:51:45.701Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ucfopen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-04T17:05:13.000Z","updated_at":"2024-11-14T05:46:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c634bc9-2262-4e19-84c4-6c8561767c63","html_url":"https://github.com/ucfopen/lti-13-template-flask","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucfopen%2Flti-13-template-flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucfopen%2Flti-13-template-flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucfopen%2Flti-13-template-flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucfopen%2Flti-13-template-flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ucfopen","download_url":"https://codeload.github.com/ucfopen/lti-13-template-flask/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240152181,"owners_count":19756039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T03:46:13.647Z","updated_at":"2026-05-27T11:30:18.874Z","avatar_url":"https://github.com/ucfopen.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"Boilerplate LTI 1.3 template written in Python using the Flask framework\n==========================================================\n\n## About\n\nThis is our starter Flask Template for using LTI 1.3.  This skeleton will launch an LTI 1.3 application from within your LMS and display the email of the logged in user.  \n\nWe are always looking for feedback and pull requests.\n\n## Docker Development\n\nFirst you will need to clone the repo, and create the environment file from the template.  \n\n```sh\ngit clone https://github.com/ucfopen/lti-13-template-flask\ncd lti-13-template-flask\ncp .env.template .env\n\n```\n\nIn this simple framework all the variables are preset, but for production you will want to edit the .env environment variables DEBUG and SECRET_KEY.\n\nWe use Docker-Compose to build and run our services.\n\n```sh\ndocker compose build\ndocker compose up -d\n```\n\nAfter Docker builds and starts the services, you will run the migration commands to create the database.\n\n```sh\ndocker compose exec lti flask db upgrade \n```\n\nThe database which will hold your LTI1.3 credentials has now been created.  It's now time to generate the LTI 1.3 keys for LMS authentication:\n\n```sh\ndocker compose run lti python generate_keys.py \n```\n\nThis script will output directions to follow to generate the Client ID and Deployment ID.  You can find further documentation here: \u003chttps://github.com/dmitry-viskov/pylti1.3/wiki/Configure-Canvas-as-LTI-1.3-Platform\u003e\n\nThe LTI 1.3 Template will now be running at: \u003chttp://127.0.0.1:8000/lti13template/\u003e and available via the course navigation from the account or course you installed the tool into.\n\nSpecial Thanks\n==========================================================\n\n[Dmitry Viskov](https://github.com/dmitry-viskov/) for the [pylti1p3](https://github.com/dmitry-viskov/pylti1.3/) python library.\n\n[Instructure](https://github.com/instructure/) for their LMS: [Canvas](https://github.com/instructure/canvas-lms)\n\n[IMS Global](https://imsglobal.org) for defining the LTI standards.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fucfopen%2Flti-13-template-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fucfopen%2Flti-13-template-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fucfopen%2Flti-13-template-flask/lists"}