Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LTI compliant example for consumer and provider

i'm looking for any code sample to integrate external tool to LMS using LTI in NodeJS but it seems quite hard to find working example. i have gone trough the sample provide by IMS Global but it's hard to understand. anyone having idea how to authorized app using LTI please share your code.

like image 541
Gayan Avatar asked Feb 04 '23 12:02

Gayan


1 Answers

I ported the omsmith code from CoffeeScript to normal JavaScript and put it on Packagist:

https://github.com/tsugiproject/tsugi-node-lti

https://www.npmjs.com/package/tsugi-node-lti

like image 183
drchuck Avatar answered Feb 07 '23 11:02

drchuck