jaredhanson / passport-oauth1

OAuth 1.0 authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-oauth1/?utm_source=github&utm_medium=referral&utm_campaign=passport-oauth1&utm_content=about
MIT License
24 stars 31 forks source link

support for passing token request params using POST body or url query #11

Closed francisdb closed 8 years ago

francisdb commented 8 years ago

according to http://oauth.net/core/1.0/#rfc.section.5.2 there are 3 ways to send the Consumer Request Parameters

Some services do not support the first one (Authorization header) so it would be nice to be able to select one of the 3 methods and defaulting to Authorization header.

francisdb commented 8 years ago

I guess this is blocked by https://github.com/ciaranj/node-oauth/issues/74

francisdb commented 8 years ago

Closing this as it seems out provider does support using Authorization header