Login with SalesForce.com

Registering your app to perform OAuth against Salesforce
  1. Create a Salesforce Developer Edition Org. at:http://developer.force.com/join
  2. Login as Admin and go to `Setup > Create > Apps`, and create a new "Connected App"
  3. Provide your app name. e.g. MyCoolApp
  4. Provide callback information e.g. running locally: http://localhost:3000/auth/forcedotcom/callback

Configure this app:
  1. Set clientID, clientSecret & callback url that you got after creating "connected app" within app.js
  2. To Run locally: