I\'m building a picture diary on web application google app engine using python. Users can sign up and post pictures to their diary.
Also, I\'m trying to conform as
You could use a combination of HTTPS and HTTP Basic Auth. Both are existing standards and should be secure enough when used together.