Kong / mashape-oauth

OAuth Modules for Node.js - Supporting RSA, HMAC, PLAINTEXT, 2,3-Legged, 1.0a, Echo, XAuth, and 2.0
http://oauthbible.com
MIT License
1.77k stars 186 forks source link

npm version is out of date #29

Open yolo2013 opened 7 years ago

yolo2013 commented 7 years ago

When I install the package from npm. Some functions (like getXAuthAccessToken) have unhandled error. Please republish the lasted version to npm.

jakezatecky commented 7 years ago

The last version was published 3 years ago. Very out of date!

This old version also makes using any request that has query strings impossible due to #28/#26, so publishing a new version would be appreciated.

For now, you'll just have to have the following in your package.json:

"mashape-oauth": "mashape/mashape-oauth",