django-lti-provider
django-lti-provider copied to clipboard
django-lti-provider adds LTI functionality for the Django web framework. This work began as a port of MIT's LTI Flask Sample, which demonstrates a sample LTI provider for the Flask Framework based on...
Normally Django plugin (python packages in general) are licensed MIT/BSD/ISC/etc. This GPL license makes it tricky to incorporate (in fact in my case I'd end up writing something totally new)...
I am getting this 403 error when i try to open the lti in multiple tabs at the same time. When i checked the provider logs this is what i...
Hello. What version of the LTI standard is supported in this library, 1.1 and/or 1.3? thank you.
Are there any examples of best practice for passing back a grade to the consumer? Is there a standard approach to handling grading logic in our own app-specific views and...
The response can look like this: ``` '\n\n \n \n V1.0\n \n \n failure\n status\n Score is not between 0 and 1\n[EID_13960006980949683]\n 1512060794\n replaceResult\n \n \n \n \n \n' ```...
https://www.imsglobal.org/spec/lti/v1p3/migr
There is an error in the Readme related to the Django setting `SESSION_COOKIE_SAMESITE`. According to the Django documentation, `SESSION_COOKIE_SAMESITE` should be a string. The correct setting should be: ```python SESSION_ENGINE...