mrjones / oauth

OAuth 1.0 implementation in go (golang).
http://www.mrjon.es
MIT License
269 stars 119 forks source link

Look for Oauth params in form body or query string #49

Closed rascalking closed 8 years ago

rascalking commented 8 years ago

Per the spec, those are also valid ways to send oauth parameters in a request. And LTI launches (as shown by this test launcher) use the form-encoded body method.

mrjones commented 8 years ago

Thanks for the patch!

rascalking commented 8 years ago

Thanks for the quick merge!

On Sat, Mar 12, 2016 at 6:19 PM Matt Jones notifications@github.com wrote:

Thanks for the patch!

— Reply to this email directly or view it on GitHub https://github.com/mrjones/oauth/pull/49#issuecomment-195827280.

david bonner // dbonner@gmail.com