lausd-teacher / gwt-gdata

Automatically exported from code.google.com/p/gwt-gdata
0 stars 0 forks source link

feature request: Oauth Conversion and/or appengine UserService abstraction #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using gwt-gdata in an appspot application on gae/j and UserService is 
providing an Auth login 
facility.

I would like to know if there's plans for generifying the Authentication to 
GData feeds and/or 
migrating to the OpenId abstractions which are getting recommendation in all of 
the google 
accounts documentation currently published

thanks 

Original issue reported on code.google.com by northrup...@gmail.com on 3 Jun 2010 at 6:54

GoogleCodeExporter commented 9 years ago
i meant to say UserService is providing an "OAuth" login

Original comment by northrup...@gmail.com on 3 Jun 2010 at 6:55

GoogleCodeExporter commented 9 years ago
Most client libraries for GData support OAuth:
http://code.google.com/apis/gdata/articles/oauth.html

On the other hand, the JavaScript client, which the gwt-gdata library binds to, 
only
supports AuthSub, AFAIK. If you're looking for OAuth support in gwt-gdata, then 
i
would point you to the GData JavaScript client project
(http://code.google.com/p/gdata-javascript-client/) since that's where OAuth 
support
will need to be added (the gwt-gdata library is just a GWT mirror of the 
JavaScript
client).

Original comment by bobbysoa...@gmail.com on 3 Jun 2010 at 8:26