Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas authored Feb 14, 2025
1 parent 61d3267 commit 41f69dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[![Actions Status](https://github.com/ccnmtl/django-lti-provider/workflows/build-and-test/badge.svg)](https://github.com/ccnmtl/django-lti-provider/actions)

django-lti-provider **only supports LTI 1.1**, which is now deprecated. For
[LTI 1.3](https://www.imsglobal.org/spec/lti/v1p3) support, see:
* [PyLTI1p3](https://pypi.org/project/PyLTI1p3/)
* [django-lti](https://pypi.org/project/django-lti/)
* [Mediathread's LTI documentation](https://github.com/ccnmtl/mediathread/tree/master/lti_auth#readme) may also be helpful.

# Documentation

django-lti-provider provides [Learning Tools Interoperability](https://en.wikipedia.org/wiki/Learning_Tools_Interoperability)
Expand All @@ -11,12 +17,6 @@ the [Python LTI library, PyLTI](https://github.com/mitodl/pylti).
Additional work was completed to provide fuller functionality and support the idiosyncrasies of various LMS systems
such as Canvas, Blackboard, Moodle and EdEx.

[LTI 1.3](https://www.imsglobal.org/spec/lti/v1p3) support is
currently in progress, using the
[PyLTI1p3](https://pypi.org/project/PyLTI1p3/) library. See
[django-lti](https://pypi.org/project/django-lti/) for LTI 1.3
support.

django-lti-provider offers:

* an authentication backend to complete an oAuth handshake (optional)
Expand Down

0 comments on commit 41f69dc

Please sign in to comment.