This is probably the best solution if you don't want to use a 3rd
party service like Janrain. Of course, depends on the framework. It
could be the worst solution for everything else and even auth if you
use a bad framework. :)
--
Branko Vukelić
bra...@herdhound.com
Lead Developer
Herd Hound (tm) - Travel that doesn't bite
www.herdhound.com
> --
> You received this message because you are subscribed to the Google Groups "Google App Engine" group.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
>
>
--
Branko Vukelić
bra...@herdhound.com
Lead Developer
Herd Hound (tm) - Travel that doesn't bite
www.herdhound.com
Love coffee? You might love Loveffee, too.
loveffee.appspot.com
Use openid, but be your own openid provider. Now you get to control
the sign-up experience but reuse Google's auth cookie and user api.
That's the idea. They don't need to know. You're just using it as a
mechanism to get Google to drop a cookie on your domain. You control
the whole user experience.