I set up an OAuth client for WP-API following the instructions for WP-API/OAuth1 on github.
I was disappointed to realise afterwards that all of the site’s content remains available over the API, including all sorts of not-really-public metadata like user registration dates. I don’t want this.
How do I restrict the JSON API to allow OAuth clients only?