Get Janrain to work with Sproutcore?
Posted
by
weng
on Stack Overflow
See other posts from Stack Overflow
or by weng
Published on 2011-02-10T07:53:48Z
Indexed on
2011/03/08
8:10 UTC
Read the original article
Hit count: 264
sproutcore
|janrain
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?
© Stack Overflow or respective owner