pylti / lti

Learning Tools Interoperability for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding oauth_token as a valid launch parameter

jichen-amplify opened this issue · comments

Although oauth_token is not required for OAuth's Two-Legged authentication, but it is a valid oauth launch parameter. Apparently, Schoology is mandating it as part of the oauth signature. Could we add 'oauth_token' here as one of the valid launch parameters?

Thanks!

Sounds reasonable to me. Would you like to make a pull request?

Sure, I did try to push my branch to the repo first. But looks like I don't have permission to do so.

You'll have to make a fork, push your branch to your fork, then open up a pull request from that branch on your fork.

Thanks! PR is open.

@ryanhiebert When can we expect this change to be released to pypi?

Awesome! Much appreciated!