File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ Some changes from the upstream version have been made:
5
5
* Define consumer profile member variable for ToolConsumer class
6
6
* Added context type property for Context class
7
7
* Set context type if 'context_type' parameter was submitted through POST
8
- These changes can be reverted once the following pull requests have been integrated upstream:
8
+ * Do not require tool_consumer_instance_guid
9
+ These changes can be reverted once the following pull requests/issues have been integrated upstream:
9
10
* https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP/pull/10/commits/a9a1641f1a593eba4638133245c21d9ad47d8680
10
11
* https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP/pull/11/commits/0bae60389bd020a02be5554516b86336e651e237
12
+ * https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP/issues/19
11
13
12
14
It is recommended by upstream to install depdencies via composer - but the composer installation is bundled
13
15
with an autoloader so it's better to do it manually.
Original file line number Diff line number Diff line change @@ -808,11 +808,6 @@ private function authenticate()
808
808
if (!$ this ->ok ) {
809
809
$ this ->reason = 'Request is from an invalid tool consumer. ' ;
810
810
}
811
- } else {
812
- $ this ->ok = isset ($ _POST ['tool_consumer_instance_guid ' ]);
813
- if (!$ this ->ok ) {
814
- $ this ->reason = 'A tool consumer GUID must be included in the launch request. ' ;
815
- }
816
811
}
817
812
}
818
813
if ($ this ->ok ) {
You can’t perform that action at this time.
0 commit comments