Does anyone know or know of somewhere I can learn how to create a custom authentication process using Python and Google App Engine?
I don\'t want to use Google accou
Take a look at this project I am working on with coto: https://github.com/coto/gae-boilerplate It includes a fully featured custom authentication system and much more.