@rebaze-fr/data-access-lti
v0.5.10
Published
## Introduction
Downloads
13
Readme
@rebaze-fr/data-access-lti
Introduction
- Coding LTI stuff
- for LTI 1.3 this ltijs package may be of interest
LTI 1.1 introduction in a single picture (reality is a bit more complex though):
Identity assertion is a one-way "handshake" coming from the learning platform (consumer) to the app (provider)
TODO: Development
LTI 1.1
- implement LTI 1.1 Outcomes Service (as a Consumer)
LTI 1.3
- ...
Development Mocking
the saLTIre simulator is your best friend while developping this package, get acquainted with it (the interface isn't very friendly at first but once you get the hang of it, it's super helpful)
- saLTIre Tool Consumer simulator: if you're coming from EdMondia's context, this what you want to be looking at
- saLTIre Tool Provider simulator
Relevant Commands
nx package data-access-lti
- builds the librarynx serve data-access-lti
- runs build in watch modenx test data-access-lti
nx lint data-access-lti