https://github.com/webdevstudios/wds-allow-rest-api
If using the "WDS Network Require Login" plugin, this plugin adds some options for bypassing the login requirement for the REST API.
https://github.com/webdevstudios/wds-allow-rest-api
Last synced: about 1 year ago
JSON representation
If using the "WDS Network Require Login" plugin, this plugin adds some options for bypassing the login requirement for the REST API.
- Host: GitHub
- URL: https://github.com/webdevstudios/wds-allow-rest-api
- Owner: WebDevStudios
- Created: 2015-07-17T15:01:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T21:05:56.000Z (about 10 years ago)
- Last Synced: 2025-03-27T13:45:16.474Z (about 1 year ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 4
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WDS Allow REST API #
**Contributors:** WebDevStudios
**Donate link:** http://webdevstudios.com
**Tags:** multisite, multi-network, network, require login, authentication, access, closed, hidden, login, password, privacy, private, protected, registered only, restricted, JSON, JSON API, REST API, WP-API, API
**Requires at least:** 3.6.0
**Tested up to:** 3.6.0
**Stable tag:** 0.1.1
**License:** GPLv2
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
## Description ##
If using the [WDS Network Require Login](https://github.com/WebDevStudios/WDS-Network-Require-Login) plugin, this plugin adds some options for bypassing the login requirement for the REST API.
Also gives the option to provide REST API access through a simple header auth key/value pair.
This plugin only allows access to the read-only portion of the REST API. [OAuth1](https://github.com/WP-API/OAuth1) is the recommended authentication method for accessing the write-level API functionality.
## Installation ##
### Manual Installation ###
1. Upload the entire `/wds-allow-rest-api` directory to the `/wp-content/plugins/` directory.
2. Activate WDS Allow REST API through the 'Plugins' menu in WordPress.
## Frequently Asked Questions ##
## Screenshots ##
## Changelog ##
### 0.1.1 ###
* Provide option to grant REST API access through a simple header auth key/value pair.
### 0.1.0 ###
* First release