lauvshree / ltitrial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test LTI Oauth

You can test the LTI Oauth flow like launching CC Labs from Coursera or OpenEdx.

Get Started

Install Node dependencies

$ yarn install # install dependencies

Setup environment variable

$ cp .env.example .env # set variable as needed

You can also modify const test_body inside app.js for testing purpose.

Test

  • yarn start
  • Open in browser http://localhost:3000
  • Click the buttom

Debug LTI Consumer Payload

You may configure the LTI launch URL to http://localhost:4000/lti in learning platform (consumer) end, it will render the both payload body and headers in the view.

Author

About


Languages

Language:JavaScript 69.5%Language:Pug 30.5%