missed that too - are there any examples how to use it?

On Feb 23, 12:28 pm, Thadeus Burgess <thade...@thadeusb.com> wrote:
> Isn't this what the gluon/contrib/login_methods/gae_google_account.py is for?
>
> It integrates directly into web2py auth mechanisms?
>
> -Thadeus
>
> On Mon, Feb 22, 2010 at 6:52 PM, mr.freeze <nat...@freezable.com> wrote:
> > I haven't used their api directly but have used RPX to authenticate
> > google accounts:
> >http://www.web2pyslices.com/main/slices/take_slice/28
>
> > On Feb 22, 6:44 pm, Richard <richar...@gmail.com> wrote:
> >> GAE has its own authentication features:
>
> >> from google.appengine.api import users
> >> user = users.get_current_user()
> >> if user:
> >>     if users.is_current_user_admin():
> >>         ...
> >>     else:
> >>         ...
> >> else:
> >>     users.create_login_url()
>
> >> Has anyone tried integrating this with Auth?
>
> >> Richard
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "web2py-users" group.
> > To post to this group, send email to web...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > web2py+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/web2py?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to