[google-appengine] Re: Unified OAuth and Users service

2010-05-29 Thread George Moschovitis
Ok filed a feature request: http://code.google.com/p/googleappengine/issues/detail?id=3280 -g. On May 29, 1:51 am, Robert Kluin robert.kl...@gmail.com wrote: Let us know if you make a feature request so we can star it. I also notice get_current_user() seems to have two very different

[google-appengine] Re: Unified OAuth and Users service

2010-05-28 Thread George Moschovitis
  What about using get_current_user()? yeah I meant get_current_user()... my problem is that there are two versions of the method: google.appengine.api.oauth.get_current_user() google.appengine.api.users.get_current_user() one works with OAuth and one with sign-in (or am I wrong?). I would

Re: [google-appengine] Re: Unified OAuth and Users service

2010-05-28 Thread Robert Kluin
Let us know if you make a feature request so we can star it. I also notice get_current_user() seems to have two very different behaviors for OAuth vs Google accounts. The Google accounts returns None while the OAuth version raises an exception if the user is not logged in. Robert On Fri,