The new WordPress v4.7 integrates WordPress REST API plugin into the core of WP. This makes posts, pages, and media publicly available using HTTP calls even on private sites.
Is there a setting in WP to block or authenticate GET and POST (etc.) requests?
I'm building an Angular 1.5 REST app with WP and it would be great to authenticate these public requests.