Skip to content

1EdTech/lti-postmessage-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LTI Postmessage Example Library

The following library is provided as an example of how to handle OIDC Login using platform storage via postmessage rather than cookies. This code is currently provided solely as an example and provides no guarantee.

Build

The library can be built using the following command:

npm install
npm run build

Initializing

Once built, include the compiled library from lib/ltistorage.js in your page.

To initialize the library run the following:

window.ltiStorage = new LtiStorage(debugMode);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published