6 messages in com.googlegroups.google-appengine[google-appengine] User API
FromSent OnAttachments
tudorizer29 Jul 2008 08:49 
Wooble29 Jul 2008 11:39 
g-man29 Jul 2008 19:07 
tudorizer30 Jul 2008 01:32 
g-man30 Jul 2008 19:12 
tudorizer30 Jul 2008 22:26 
Subject:[google-appengine] User API
From:tudorizer (tudo@gmail.com)
Date:07/29/2008 08:49:57 AM
List:com.googlegroups.google-appengine

I need to wrap up a user management system for a GAE app, but i'm not sure where to start from. I read the User API from docs and played with the dev server.

Ideally I'd need OpenID but I see there are some bugs with it.

First I'm trying to set up a simple Registration and Login System. I'm not sure if I should set up a DB model for it. From my Django experience, the auth app takes care of those tables, so there is no need for a new one.

Also why does users.create_login_url("/") create a link to a page w/o password required, if they want me to login with my Google Account.

Any links, tips, guidance would be helpful.

Cheers