Skip to content

anchitarnav/flask-login-gcp-datastore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-login implementation using GCP Datastore

Implementation of Flask Login Using GCP Datastore

The flask-login Plugin is a quick and light weight way of implementing user login in your flask applications https://pypi.org/project/Flask-Login/

If you have a cloud native application that sits on Google Cloud Project (GCP), you can use GCP Datastore to store your User data. This is a quick implementation of the same, which implements everything that Flask-Login wants you to implement.

  • The User class
  • The method of the user_loader callback

Just import and you are good to go !

About

Implementation of Flask Login Using GCP Datastore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages