logoscon / key-auth
API/Secret Key Authentication handler for the WP REST API.
Installs: 9 800
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 13
Forks: 10
Open Issues: 0
Type:wordpress-plugin
Requires
- composer/installers: ~1.0
Requires (Dev)
- phpunit/phpunit: *@stable
- wp-coding-standards/wpcs: dev-master
This package is not auto-updated.
Last update: 2024-10-26 19:05:24 UTC
README
Access your WordPress site's data through an easy-to-use HTTP REST API.
About
Allows Key Authentication access to the WordPress JSON API.
Installation
Drop this directory in and activate it. You need to be using pretty permalinks to use the plugin, as it uses custom rewrite rules to power the API.
Changelog
1.1.1
- Changed the debug key.
1.1.0
- Removed the Loader class.
1.0.0
- Initial release.