Authentication in jQuery Mobile and PhoneGap

后端 未结 3 1921
北荒
北荒 2021-02-10 08:27

I have a web application built with jQuery Mobile and PHP (CodeIgniter framework). Now I\'m trying to make a PhoneGap version of it as well, to make it distributable as a standa

3条回答
  •  没有蜡笔的小新
    2021-02-10 08:46

    Have you looked at PhoneGap Plugin: ChildBrowser (iPhone, Android, other) and its locChanged method?

    I have only coded apps that use OAuth (Twitter App) and OpenID (AppLaud App) for PhoneGap / Android, but the child browser plugin has what's needed for those. Sounds like Ion Auth may be similar: after auth driven by provider, return user to app seamlessly.

提交回复
热议问题