Skip to content

Commit

Permalink
feat: allow proctoring start from iframe (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 authored May 24, 2023
1 parent 9a69753 commit c5fec19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ Please See the `releases tab <https://github.com/openedx/xblock-lti-consumer/rel

Unreleased
~~~~~~~~~~
* Improved logging for Proctoring LTI 1.3 launch failure.

9.5.2 - 2023-05-24
------------------
* Allow start_proctoring_assessment_endpoint from an iframe during proctoring services launch.

9.5.1 - 2023-05-19
------------------
* Added gate to ensure the ACS scope is only added when using the LtiProctoringConsumer
* Moved scope validation to a helper function
* Improved logging for Proctoring LTI 1.3 launch failure.

9.5.0 - 2023-05-08
------------------
Expand Down
2 changes: 1 addition & 1 deletion lti_consumer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .apps import LTIConsumerApp
from .lti_xblock import LtiConsumerXBlock

__version__ = '9.5.1'
__version__ = '9.5.2'
1 change: 1 addition & 0 deletions lti_consumer/plugin/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ def list(self, *args, **kwargs):


@csrf_exempt
@xframe_options_exempt
@require_http_methods(['POST'])
def start_proctoring_assessment_endpoint(request):
"""
Expand Down

0 comments on commit c5fec19

Please sign in to comment.