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

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -