JSON Basic Authentication #10 in Developer Tools
Basic Authentication handler for the JSON API, used for development and debugging purposes
by WordPress API Team · github.com/wp-api/basic-auth · website
★ 811stars
164kcomposer installs
282forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/wp-api/basic-auth/archive/refs/heads/master.zipAlso on Packagist as wp-api/basic-auth:
composer require wp-api/basic-authFrom the readme
Basic Authentication handler
This plugin adds Basic Authentication to a WordPress site.
Note that this plugin requires sending your username and password with every
request, and should only be used over SSL-secured connections or for local
development and testing. Without SSL we strongly recommend using the
[OAuth 1.0a][oauth] authentication handler in production environments.
Installing
1. Download the plugin into your plugins directory
2. Enable in the WordPress admin
Using
This plugin adds support for Basic Authentication, as specified in [RFC2617][].
Most HTTP clients will allow you to use this authentication natively. Some
examples are listed below.
cURL
WPHttp
[node-wpapi][]
[oauth]: https://github.com/WP-API/OAuth1
[RFC2617]: https://tools.ietf.org/html/rfc2617
[node-wpapi]: http://wp-api.org/node-wpapi/