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

Possible Issue with Strava #246

Closed nraboy closed 8 years ago

nraboy commented 8 years ago

Per a blog comment by Francisco found here:

https://www.thepolyglotdeveloper.com/2014/07/using-oauth-2-0-service-ionicframework/#comment-2666724136

Strava may not be functioning correctly. Strava support was added in commit https://github.com/nraboy/ng-cordova-oauth/commit/7587faaf9a74d4018c6c0bfe25427bf91fd8afb2 and can be further read about via the original request ticket https://github.com/nraboy/ng-cordova-oauth/issues/9.

Pending Strava tokens for testing.

faldunate commented 8 years ago

thank you Nic, I could solve the problem, I change the Content Security Policy

old meta ```

new meta <meta http-equiv="Content-Security-Policy" content="default-src *; script-src 'self' 'unsafe-inline' 'unsafe-eval' *; style-src 'self' 'unsafe-inline' *">