WP REST API - setting up and using advanced authentication

Our previous section covered the basics of the WP REST API and the HTTP authentication that were on the server, which let us install the plugin available on GitHub, courtesy of the development team behind WP REST API. So far, we have only overviewed a method of authentication that will let us use it in a testing environment, but the time has come for us to look into more serious, advanced means of authentication that will be secure enough for us to use on an actual server, and will not compromise the credentials exposed to the requests.

In this part of our tutorial, we will go through the process of setting up the OAuth authentication method that will be used with the WP REST API plugin. ...

Get Learning WordPress REST API now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.