ims-lti icon indicating copy to clipboard operation
ims-lti copied to clipboard

Any chance of a point release for ContentItemSelectionRequest validation?

Open scaleupcto opened this issue 8 years ago • 4 comments

The only delta between the latest release and master is the correct validation of a ContentItemSelectionRequest message. Any chance of a point release please to bring this functionality into play?

scaleupcto avatar Jul 14 '17 15:07 scaleupcto

+1 any news on this ?

sptessier avatar Aug 30 '17 19:08 sptessier

+1 also anxious for this

tallroids avatar Oct 24 '17 19:10 tallroids

+1 would also love to see @omsmith publish this feature. If not, did anyone else fork and publish this module separately that we could use?

dmackhack avatar Jul 31 '18 17:07 dmackhack

@dmackhack yarn add https://github.com/dcollien/ims-lti.git#dist

package.json
{
   ...
  "dependencies": {
    "ims-lti": "https://github.com/dcollien/ims-lti.git#dist",
  },
  ...
}

dcollien avatar May 22 '20 08:05 dcollien