I'm building a site where I need to have a user log in with a username and password, and I'm running on AppEngine PHP with a Google Datastore database. Very straightforward, but just wondering if anyone can recommend any simple ways of handling user logins, please? Are there any good PHP libraries out there for this sort of thing? Are there any issues that I need to be aware of with AppEngine or PHP that would affect this?
I was thinking to simply use PHP sessions somehow but not sure how to do this securely or in a way that prevents various attacks. I don't want to use admin access in the .yaml file or Google Auth APIs because I need to allow users who don't have a Google account. Many thanks! Alex -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/9e2be1dd-884f-4e1d-bc75-14c003f70e7b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
