[google-appengine] Re: OpenID Attribute Exchange

2010-05-22 Thread Brandon Bloom
Ross, I implemented my own based on the FriendFeed Tornado server's: http://github.com/facebook/tornado/blob/master/tornado/auth.py That code uses a lot of asynchronous callbacks, but was pretty straightforward to port for my needs. On May 21, 5:41 pm, Matthew Blain wrote: > To be more specific,

[google-appengine] Re: OpenID Attribute Exchange

2010-05-21 Thread Matthew Blain
To be more specific, the current version of OpenID does Attribute Exchange to request the user's email address. It does not offer any flexiblity to request different attributes. It is a feature request we are aware of. --Matthew On May 21, 12:46 pm, Ross M Karchner wrote: > Which one? > > > > >

Re: [google-appengine] Re: OpenID Attribute Exchange

2010-05-21 Thread Ross M Karchner
Which one? On Fri, May 21, 2010 at 2:48 PM, Brandon Bloom wrote: > Never mind -- I got an external implementation working for my needs. > > On May 20, 5:21 pm, Brandon Bloom wrote: >> The docs say: "Note: App Engine does not support OpenID Attribute >> Exchange." >> >> Why not? >> >> Due to the

[google-appengine] Re: OpenID Attribute Exchange

2010-05-21 Thread Brandon Bloom
Never mind -- I got an external implementation working for my needs. On May 20, 5:21 pm, Brandon Bloom wrote: > The docs say: "Note: App Engine does not support OpenID Attribute > Exchange." > > Why not? > > Due to the nature of my app, I need email addresses for all of my > users. First and Last