Over the past couple of days I have been helping to contribute to the WP-API Meta Endpoints feature plugin. It has been a great experience and has taught me a lot about the WordPress REST API, Unit Tests and GitHub. Continue reading “WordPress REST API Meta Endpoints”
Tag: api
WordPress Application Passwords
Ever since the 4.4 WordPress release laid down the scaffolding for the REST API there has been a need for easy user authentication. Users needed to access the REST API without having to use their own admin login passwords as well as the ability to stop access with a specific password if it became compromised. One such solution is the WordPress Application Passwords plugin. Continue reading “WordPress Application Passwords”