AyogoHealth / cordova-plugin-oauth

Cordova plugin for performing OAuth login flows.
Apache License 2.0
24 stars 27 forks source link

Android: message event not firing #17

Open kaddyadriano opened 3 years ago

kaddyadriano commented 3 years ago

The app opens from the schemed url however the message event is not firing so there isn't a way to get the passed data on android. I have tried window.open(url, 'auth::google') with no luck.

rudi-minty commented 2 years ago

Hi there, having the same issue. Any solutions found in this regard? I'm testing on Google first, however I noticed on the documentation (https://developers.google.com/identity/protocols/oauth2/native-app) that the callback URI must only contain a single forward-slash, e.g. myapp:/oauth_callback vs what the documentation advises for myapp://oauth_callback