@campfirelearning/lti-tool-consumer / Exports
Campfire SDK
This repository is the basis for public or open-source releases of code that allow users to consume Campfire and other LTI systems.
Packages
@campfirelearning/lti-tool-consumer
This package provides the LTIToolConsumer
class which can be used to set up parameters, provide a
signing function, and mount an iFrame, as well as listening for events from the provider back to your
consumer.
@campfirelearning/unsafe-frontend-example
You should never put your OAuth secret key in your JS bundle or frontend, but if you need a simple
example to get started with in the browser, this example provides a way to construct a bundle that
utilizes the oath-signature
npm package to sign requests in pure client-side JS.
Again, this should only be used as the first step in a proof-of-concept.