Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self validate LTI Request #102

Merged
merged 3 commits into from
Apr 18, 2019
Merged

Self validate LTI Request #102

merged 3 commits into from
Apr 18, 2019

Conversation

jrjohnson
Copy link
Member

Removes our dependence on https://github.com/omsmith/ims-lti which has been abandoned. Unfortunately there doesn't seem to be a good replacement. Once we've tested this in production it might be worth extracting for general publication.

@jrjohnson
Copy link
Member Author

I've tested this by in the dev environment with UCSF Moodle and it works, I think it's ready for merging.

The one we are using is no longer maintained.
We don't have any need for the token at this point since we're
validating a OAuth request that doesn't have one yet, but relying on
consumers of this function to remember to append an empty & is not a
good idea (since I forgot the first time). Instead I've added a token
parameter which can be passed in blank.
@stopfstedt stopfstedt merged commit 5df750a into ilios:master Apr 18, 2019
@jrjohnson jrjohnson deleted the self-validate-lti branch April 18, 2019 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants