WordPress REST API Authentication plugin secures the unauthorized access to your WordPress site using access token verification. REST API Authentication Methods * Password Grant * Basic Auth. This section describes how to install the plugin and get it working.. Download WordPress REST API Authentication.. Unzip and upload the directory to your wp-content plugins directory.. Go to API Authentication Configuration and Select App and Authentication Method, you will get Client ID, Client Secret and Token Endpoint.. Now using Token Endpoint you can request the token to access REST APIs on your site... REST API authentication prevents the unauthorized access to your WordPress API's.. Based on the method you have selected you will get the authorization code token after sending the token request.. Interested in development.., check out SVN repository, or subscribe to the development log by RSS...
Read more