Skip to content

defaults/user-authentication-appengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Authentication - Google App Engine

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.

Usage/Installation:

  1. Clone the repo git clone https://github.com/codervikash/user-authentication-appengine.git.
  2. Add email id in config in main.py.
  3. Run application by dev_appserver.py app.yaml.
  4. To deploy, gcloud app deploy app.yaml --project <project_name>.

Detail/Documentation:

Checkout my blog for understading how it works: link

Licence:

MIT

About

User authentication and management on app engine

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors