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