Simple authentication app using express, node & passport.
Authenticate locally or through Facebook, Twitter or Google.
git clone https://github.com/danielgynn/express-authentication.gitcd express-authenticationnpm install- You will need a Mongo instance running. In a new terminal window run
mongod node app
Head over to http://localhost:3000