pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
502 stars 239 forks source link

Google App Engine Datastore (NDB) backend #62

Open andreibancioiu opened 7 years ago

andreibancioiu commented 7 years ago

I have implemented a FlaskSessionInterface for GAE's Datastore (NDB library): gaesession.py.

By reusing parts of my code, I can contribute with a GAE backend to this project. Would you like me to do so?

mcrowson commented 7 years ago

This issue was moved to mcrowson/flask-session#2