WP REST API GET Requests require authentication
Is there a way to require authentication for WP REST API GET Requests?
The people I was researching always added a command if the is_user_logged_in()
. But it closes these external queries altogether. My purpose is that someone who owns a token with oAuth can request a GET.
Topic oauth authentication rest-api Wordpress
Category Web