From c1ce35b97143f6e939e237172362de5d3e2b9b1b Mon Sep 17 00:00:00 2001 From: Alie Langston Date: Wed, 15 Jan 2025 09:48:47 -0500 Subject: [PATCH] fix: ensure that LTI 1.3 launches work --- CHANGELOG.rst | 4 ++++ lti_consumer/__init__.py | 2 +- lti_consumer/lti_1p3/key_handlers.py | 15 +++++---------- lti_consumer/lti_1p3/tests/test_consumer.py | 1 + .../lti_1p3/tests/test_key_handlers.py | 18 ++++++++++++++---- lti_consumer/plugin/views.py | 1 - 6 files changed, 25 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9b58fc29..aa38452e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,10 @@ Please See the `releases tab