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

what is the main differences between `mashape-oauth` and `node-oauth` #2

Closed haoxins closed 11 years ago

haoxins commented 11 years ago

I just have a glance at mashape-oauth and node-oauth and they are similar. So,what is the main differences between mashape-oauth and node-oauth?

nijikokun commented 11 years ago

They are, this is a re-written from the ground up fork of node-oauth to use Object notation for the method arguments allowing a verbose and cleaner way of invoking, as well as many bug fixes such as the redirect issues, supports custom headers, and much more.

haoxins commented 11 years ago

thank you!