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 <[email protected]> wrote: > 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 <[email protected]> wrote: > > > > > > > Which one? > > > On Fri, May 21, 2010 at 2:48 PM, Brandon Bloom <[email protected]> wrote: > > > Never mind -- I got an external implementation working for my needs. > > > > On May 20, 5:21 pm, Brandon Bloom <[email protected]> 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 name would also be very nice. Will Attribute > > >> Exchange be supported eventually? > > > >> Thanks, > > >> Brandon Bloom > > > >> -- > > >> 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 > > >> athttp://groups.google.com/group/google-appengine?hl=en. > > > > -- > > > 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 > > > athttp://groups.google.com/group/google-appengine?hl=en. > > > -- > > 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 > > athttp://groups.google.com/group/google-appengine?hl=en. > > -- > 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 > athttp://groups.google.com/group/google-appengine?hl=en. -- 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.
