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 #12

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!