[google-appengine] Re: manually validate an ASCID ticket

2009-02-04 Thread Jason C
Thanks Brett. This is basically the approach we've taken. Was hoping for a more "official" mechanism. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to g

[google-appengine] Re: manually validate an ASCID ticket

2009-02-04 Thread Brett Slatkin
On Tue, Feb 3, 2009 at 12:17 PM, Jason C wrote: > > We use Google Accounts for our application, which is a Django(trunk) / > app-engine-helper application. > > Normally, on our views, we can just use > > @require_login > > decorator, and everything works out. > > However, in some cases, we are n

[google-appengine] Re: manually validate an ASCID ticket

2009-02-04 Thread Jason C
Alternatively, is there a way to pass the ACSID ticket as a url parameter such that Google Account uses it to authenticate? This would be very similar to some Java frameworks use a ;jsessionid=XXX on the url. j On Feb 3, 2:26 pm, Jason C wrote: > Shoot, of course I meant ACSID ticket. There go

[google-appengine] Re: manually validate an ASCID ticket

2009-02-03 Thread Jason C
Shoot, of course I meant ACSID ticket. There goes the keyword search On Feb 3, 2:17 pm, Jason C wrote: > We use Google Accounts for our application, which is a Django(trunk) / > app-engine-helper application. > > Normally, on our views, we can just use > >   @require_login > > decorator, and