python - How can a Qt/Qml app authenticate to GAE flask app? -


i wrote simple google app engine app using flask web framework. used flask-login , flask-restful libraries handle authentication , provide simple restful api app. next step have qt/qml app login gae app , have use rest api created. app written in qt 5.4 , runs on multiple desktop , mobile platforms. tried using qml webview qt 5.4 see if authentication happen , use cookie produced during authentication make restful calls separate network connection using qnetworkaccessmanager. never worked unable cookies webview. @ bit of loss of how else this? thanks!


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

java - Could not locate OpenAL library -

Non Unique Username with ASP.Net Identity 2.0 -