nraboy / ng-cordova-oauth

AngularJS oauth library for use with Apache Cordova projects
https://www.thepolyglotdeveloper.com
MIT License
456 stars 199 forks source link

Google will no longer allow OAuth requests to Google in embedded browsers, In the coming months #309

Closed abdullah-abusall closed 7 years ago

abdullah-abusall commented 7 years ago

In the coming months, we will no longer allow OAuth requests to Google in embedded browsers known as “web-views: https://developers.googleblog.com/2016/08/modernizing-oauth-interactions-in-native-apps.html Is there a plan to work around this and use the device browser for OAuth requests as they request? or if there is any way I could prepare for it from now?

Thanks for your great efforts!

abdullah-abusall commented 7 years ago

Just noticed your note here: https://github.com/nraboy/ng-cordova-oauth#important-note-about-google So I guess there is nothing to be done?

nraboy commented 7 years ago

You'll have to use whatever Apache Cordova offers as far as a native plugin solution.

santekotturi commented 7 years ago

@abdullah-abusall have you found an upgrade path?