Metadata-Version: 2.1
Name: flask-login-gcp-datastore
Version: 0.0.1
Summary: Implement flask-login with Google Cloud Datastore
Home-page: https://github.com/anchitarnav/flask-login-gcp-datastore
Author: Anchit Arnav
Author-email: arnavanchit@gmail.com
License: Apache Software License
Keywords: gcp datastore flask-login flask login google cloud
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: google-cloud-ndb

# 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 !


