Actualy the django login system works realy fine on appengine. Take a look at http://www.allbuttonspressed.com/ and grab the djangoappengine project. They have "ported" both auth and admin module to appengine, as many other things in django. I use it on two commercial applications on appengine and it works great.
On Wed, Jun 8, 2011 at 6:14 AM, Pankaj Chawla <[email protected]> wrote: > Hi > > I understand that google appengine supports user authentication using > google > accounts or openid or google app accounts. I am trying to build an > application > on appspot.com where the end user may not have google or openid accounts > and > hence need to support a custom user authentication with datastore based > users. > Before I decide to write one from scratch I was wondering if the user > authentication > of say Django or any other python framework can be leveraged. > > One option for me is to pick a google app account and then provide an > interface to > allow user creation for my custom domain like [email protected] but I > figured > that beyond 10 users, Google Apps account charges $5 per user account. > Thats > seems to be a lot of money just for user creation as they wont be using the > other > add-ons that come with the Google App account. > > Thanks > Pankaj > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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/google-appengine?hl=en. > -- Att, Felipe Meirelles. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
