Hi, I'm working on an app that allows users to login with either a regular Google or a Google Apps account. As the app engine sdk does not yet provide OpenID+OAuth I'm using the step2 implementation to authorize users.
Unfortunately the mail service does not know anything about the current user when not using the built in auth functionality. So only when using AuthSub I'm able to get access to the users data+am able to send mails on his behalf. But to work with AuthSub I've to create a dedicated application for every domain because the access has to be restricted to this domain. Is there a way to set the current user using the OpenID credentials? Or any other suggestions how to build an application that works with both Google and Google apps account and lets me send mails on the users behalf? Thanks, Daniel -- 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.
