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

difference mashape-oauth and passport + passport-oauth

0xgeert opened this issue · comments

What does mashape-oauth provide over passport + passport-oauth? Can they be used side-by-side or is it either/or?

commented

Well, since this library is a from the ground up rewrite of the oauth dependency used inside of passport-oauth you could actually swap them out, it would take a little work but it would be beneficial in the end as this library provides gzip support, and additional features that the node-oauth library has neglected (check it's pull-requests and issues).

This library fixes those and more.

Sounds good. Are you aware of any examples that already combine passport-oauth and mashape-oauth as you suggest?

commented

Not that I know of.