An inplementation of user authentication and management on Google App Engine. IT has featues to login, logout, reset password, session management. Sending mail for signup and reset is also implemented.
It can be plugged to any app running on Google App Engine to hhave user login and management. Check installation for it.
- Clone the repo
git clone https://github.com/codervikash/user-authentication-appengine.git. - Add email id in
configinmain.py. - Run application by
dev_appserver.py app.yaml. - To deploy,
gcloud app deploy app.yaml --project <project_name>.
Checkout my blog for understading how it works: link
MIT