Get Janrain to work with Sproutcore?
- by weng
Since Sproutcore is not dependent on the backend server to render pages, I'm struggling on how to get it working with Janrain.
In one of the login processes of Janrain a HTTP request is sent to a backend server that processes the information and render a logged in page to the user.
Since I'm using Sproutcore and don't have a backend server but using CouchDB to serve Sproutcore I wonder how I am going to implement Janrain successfully.
Even if I'm using a backend server like Node.js I'm still not sure how to implement Janrain.
Has anyone implemented Janrain in a Sproutcore app?