Is there an OAuth2.0 library for Node.js, which is being used (or planned to be used) in a live, production system?

link|improve this question

feedback

2 Answers

up vote 6 down vote accepted

node-oauth is generally a good bet.

link|improve this answer
1  
A quick look through the git repo didn't show anything about OAuth2. Did I miss something? – blueberryfields Nov 8 '10 at 20:40
There is very, very little documentation about how to actually do Facebook authentication via node-oauth. – Geuis Aug 21 '11 at 3:29
feedback

node-oauth provides some support for Oauth2.

"Also provides rudimentary OAuth2 support, tested against facebook connect and github. For more complete usage examples please take a look at connect-auth (http://github.com/ciaranj/connect-auth)" taken from https://github.com/ciaranj/node-oauth

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.