express-ims-lti
This module provides a way to use the ims-lti module with Express. It is capable of detecting LTI login requests and intelligently restoring an LTI provider instance from an Express session automatically.
Usage
Usage for the module is fairly straightfoward.
var ltiMiddleware = ; // ... Construct your application ... app;