Question

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

Was it helpful?

Solution

node-oauth is generally a good bet.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top