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

fix for node 0.11.15 #3

Closed rkusa closed 9 years ago

rkusa commented 9 years ago

If pathname (for url.format()) is present, path eats the query.

See joyent/node#9070

As a side note: they are discussing about reverting this change.

rkusa commented 9 years ago

This change seems to be reverted in 0.11.16