An open API service indexing awesome lists of open source software.

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.

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