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

added basic CSP instructions #217

Closed santekotturi closed 8 years ago

santekotturi commented 8 years ago

Added basic instructions for how to allow both google and facebook apis to communicate with this plugin. I couldn't find anything in the whitelist plugin docs about it and figured future users might find this helpful as they setup oauth in their cordova apps. I don't have a full list of urls but I'm assuming each oauth provider has its own endpoint that would need to be allowed.

note: my bad for forking off master instead of dev, just read that requirement. hopefully because in this case its just the readme, it should be ok.

nraboy commented 8 years ago

I'll let it slide ;-)

Thanks for contributing to the project!