python - Using Flask-OpenID in App Engine -


i trying out flask-openid in app engine. flask-openid uses 'store' save authentication information. if mention '/some/path' save data, doesn't work in app engine, read-only.

for flask-openid work, have write own 'store' uses app engine's datastore or cloud storage. have not idea on how write store. there document available, can follow. helpful if input on writing 'store' using flask , app engine.

disclaimer: not author of framework, using everyday. can start gae-init working example using flask-oauth authentication. login , other goodies provided out of box, , can overview , educate @ docs still under construction.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -