You can use user class from google from google.appengine.api import users user = users.get_current_user() if user: #user.email() else: #redirect to login: users.create_login_url()
Hope this help On Mar 20, 6:56 am, Tito Garrido <[email protected]> wrote: > Is there a way to use Google Authentication + web2py on GAE? > > Regards, > > Tito > > -- > Linux User #387870 > .........____ > .... _/_õ|__| > ..º[ .-.___.-._| . . . . > .__( o)__( o).:_______ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

