Login with SalesForce.com
Registering your app to perform OAuth against Salesforce
- Create a Salesforce Developer Edition Org. at:http://developer.force.com/join
- Login as Admin and go to `Setup > Create > Apps`, and create a new "Connected App"
- Provide your app name. e.g. MyCoolApp
- Provide callback information e.g. running locally: http://localhost:3000/auth/forcedotcom/callback
Configure this app:
- Set clientID, clientSecret & callback url that you got after creating "connected app" within app.js
- To Run locally: