Festify / cordova-spotify-oauth

🔐 Easy Spotify authentication for Cordova / PhoneGap apps
MIT License
16 stars 18 forks source link

Added CORS support for serverless implementation #11

Closed gregorymaertens closed 6 years ago

gregorymaertens commented 6 years ago

added serverless CORS support. When used on iOS inside a WKWebView CORS is now enforced (compared to UIWebView) as a result when using fetch() it will failed because of CORS.

NeoLegends commented 6 years ago

Thanks!

Could you rebase your commit so that it is applicable to develop, though? Right now you've got all the version-releases in the history and strictly belong to master only (pushing to the master branch triggers the release process, and developments happens on develop).

gregorymaertens commented 6 years ago

created a new branch and a new PR to fix this