You should be able to build @login_required functionality, as this is just a Python Decorator (http://www.artima.com/weblogs/viewpost.jsp?thread=240808 ).
You probably wouldn't want to mess with how app.yaml is handled, since this can also be used to easily authenticate a Google Account marked as an administrator. On Wed, Mar 24, 2010 at 12:25 AM, vidark <[email protected]> wrote: > Hi, > > I am considering using an external identity provider with my > application, for instance using protocols such as OpenID or Facebook > Connect. My question is whether it is possible to hook this up to App > Engine's user session features. For example, could I programmically > log a user on and create a session once the identity has been > established and that login statements in app.yaml and @login_required > statements would be applicable for subsequent requests to the > application? > > Thanks, > Vidar > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- 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.
