v0.3.1
Adds a LtiTool->createDeploymentIdFromExistingPlatform()
function. Open-source or freely-available tools might want to treat deployment IDs as optional, which the underlying CeLTIc library doesn't really allow.
For the moment, you can manually call this function before you call LtiTool->handleRequest()
. (Future dev work here will extend handleRequest() to automatically call this, if requested to do so by a toggle in a config file.)