bettiolo / oauth-signature-js

JavaScript OAuth 1.0a signature generator (RFC 5849) for node and the browser
https://www.npmjs.com/package/oauth-signature
BSD 3-Clause "New" or "Revised" License
232 stars 71 forks source link

Patch 1 #23

Open usernamealreadyis opened 8 years ago

usernamealreadyis commented 8 years ago

Commits on Oct 11, 2014 M-Wolfe Modified method of detecting node db5cc11 Commits on Dec 03, 2014 @bettiolo bettiolo Update README.md 28da52c @bettiolo bettiolo Updated project description 5180578 @bettiolo bettiolo Removed PHANTOMJS_BIN path from travis-ci config 6588c63 @bettiolo bettiolo Update README.md 62c58be @bettiolo bettiolo Update README.md 2a19a71 @bettiolo bettiolo Update README.md 22c7a14 @DigitalIO DigitalIO Merge branch 'master' into browserify-compatibility aa7a826 @DigitalIO DigitalIO Spelling correction a03e132 @DigitalIO DigitalIO Prove both detection methods are the same deea4c9 Commits on Dec 04, 2014 @bettiolo bettiolo Merge pull request #13 from DigitalIO/browserify-compatibility … Browserify compatibility 4657f08 Commits on Dec 01, 2015 @lifuzu lifuzu Replace url with the uri-js to support react native. 0119c17 @bettiolo bettiolo Merge pull request #17 from lifuzu/master … Replace url with the uri-js to support react native. 35070b7 @bettiolo bettiolo 1.3.1 - Added support for React Native thanks to @lifuzu