Username and password login for App Engine?

authentication, authorization, google-app-engine, openid, python

Solution

Try EngineAuth. It has many different options for authentication systems, including email+password authentication.

Problem

Are there any libraries that provide username and password login for Google AppEngine? While I could try rolling one from scratch, I'd rather not try to reinvent the wheel if possible. If not, would it be possible to turn my application into an OpenId provider and then use it to log in?

Original source