I want to try to make user authentication via social services in my node js/express application. But I don't how. Can you advise a good modules out there?
This is a boilerplate app for social login that I put together:
https://github.com/nikolaydyankov/node-social-auth
It provides simple authentication with Facebook, Twitter and Google. It uses Express, Passport and MongoDB for storing sessions.