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
Post a Comment