Skip to content

Commit

Permalink
Propogate the fix of debug always on LTI 1.3 store
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Mar 1, 2022
1 parent 3638bd8 commit 067acd5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"symfony/error-handler" : "v5.3.3",
"symfony/http-kernel" : "v5.3.3",

"tsugi/lib": "dev-master#149d70fd24cc912262c0796007907fb1f893a124",
"tsugi/lib": "dev-master#057238b7c5d129b2bd7f21bb18e42f8b8d8fe7fe",
"koseu/lib": "dev-master#5c5bcb32469977bea262b1900461c3f205adb899"
},
"config": {
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -6236,12 +6236,12 @@
"source": {
"type": "git",
"url": "https://github.com/tsugiproject/tsugi-php.git",
"reference": "149d70fd24cc912262c0796007907fb1f893a124"
"reference": "057238b7c5d129b2bd7f21bb18e42f8b8d8fe7fe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tsugiproject/tsugi-php/zipball/149d70fd24cc912262c0796007907fb1f893a124",
"reference": "149d70fd24cc912262c0796007907fb1f893a124",
"url": "https://api.github.com/repos/tsugiproject/tsugi-php/zipball/057238b7c5d129b2bd7f21bb18e42f8b8d8fe7fe",
"reference": "057238b7c5d129b2bd7f21bb18e42f8b8d8fe7fe",
"shasum": ""
},
"require": {
Expand All @@ -6254,7 +6254,7 @@
"phpunit/php-timer": ">=1.0.6",
"phpunit/phpunit": "8.*"
},
"time": "2022-02-28T17:53:56+00:00",
"time": "2022-03-01T15:24:16+00:00",
"default-branch": true,
"type": "library",
"installation-source": "dist",
Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'b2eb5040d9b89fb869029df1d3ea370e97425181',
'reference' => '3638bd86a5e50c6108bc43d10020e4547f04a97d',
'name' => '__root__',
'dev' => true,
),
Expand All @@ -16,7 +16,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'b2eb5040d9b89fb869029df1d3ea370e97425181',
'reference' => '3638bd86a5e50c6108bc43d10020e4547f04a97d',
'dev_requirement' => false,
),
'aws/aws-sdk-php' => array(
Expand Down Expand Up @@ -915,7 +915,7 @@
'aliases' => array(
0 => '9999999-dev',
),
'reference' => '149d70fd24cc912262c0796007907fb1f893a124',
'reference' => '057238b7c5d129b2bd7f21bb18e42f8b8d8fe7fe',
'dev_requirement' => false,
),
'vlucas/phpdotenv' => array(
Expand Down
2 changes: 1 addition & 1 deletion vendor/tsugi/lib/src/Core/DeepLinkResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function prepareResponse($endform=false, $debug=false, $iframeattr=false) {
}

$jws = LTIX::encode_jwt($params);
$html = LTI13::build_jwt_html($return_url, $jws);
$html = LTI13::build_jwt_html($return_url, $jws, $debug);
return $html;
}

Expand Down

0 comments on commit 067acd5

Please sign in to comment.