I'm building a Chrome extension that will talk to a backend GAE (python runtime) app to get some required data, and also as persistent data storage for the user. I'm not using HTML5 for the persistent data storage because GAE will allow users to log into the extension and have the same data no matter what computer they're on. My question is whether I can somehow use the GAE users service to do this. Basically I'm envisioning something like a browser action popup would show the GAE login screen, they log in with their google account, and then their credentials are stored in the chrome extension. Then the extension will make RPC calls to GAE, passing the credentials. Does that sound feasible? The part I'm most uncertain about is how, once the user logs into GAE, to transfer that login to the Chrome extension.
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
