Here’s the main code file for my Full Contact Search Application:
fullcontactsearch_code
I’m releasing it under the Apache license. Some of it is originally inspired from Google tutorials anyway. The portion of the code you may find useful is the self.GetAuthentication method. Basically, what you need to be able to do to permanently authenticate a user is:
Then, next time a user visits the Web site, just look up the session key from your database and you’re good to go.
[...] I’ve posted the source code with some notes. Based on my experience, I think some of Google App Engine’s tutorials need [...]