Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "caccl-lti", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "LTI launch validator for IMS-LTI standard launches.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -37,2 +37,6 @@ /** | ||
const launchBody = launchBodyOrig || req.body; | ||
// Save launched variable to session | ||
req.sesion.launched = true; | ||
// Parse launch and save it to session | ||
@@ -39,0 +43,0 @@ req.session.launchInfo = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
169410
3949