oauth-io / oauth-phonegap

OAuth.io plugin for Apache Cordova/PhoneGap
195 stars 69 forks source link

OAuth.popup does not seem to support the state: option #49

Open perrins opened 9 years ago

perrins commented 9 years ago

When working with Server Side flow of OAuth.io with Node.js the Cordova.popup doesnt seem to handle the passing of the state property that was created from the server, it looks like the code creates it own state: property even if one is passed into the app. ? Is this correct

Thanks

Matt