Skip to content

v0.3.1

Compare
Choose a tag to compare
@chrispittman chrispittman released this 26 Apr 19:39
· 33 commits to main since this release

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.)