Kong / mashape-oauth

OAuth Modules for Node.js - Supporting RSA, HMAC, PLAINTEXT, 2,3-Legged, 1.0a, Echo, XAuth, and 2.0

Home Page:http://oauthbible.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

haoxins opened this issue · comments

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?

commented

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.

thank you!