Plugin info

Total downloads: 151,680
Active installs: 9,000
Total reviews: 7
Average rating: 3.7
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 10
Last updated: 8/5/2024 (513 days ago)
Added to WordPress: 10/6/2016 (9 years old)
Minimum WordPress version: 4.4
Tested up to WordPress version: 6.6.4
Minimum PHP version: 5.4

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 513 days ago • 7 reviews

28/100

Is WP REST API – OAuth 1.0a Server abandoned?

Possibly abandoned (last update 513 days ago).

Compatibility

Requires WordPress: 4.4
Tested up to: 6.6.4
Requires PHP: 5.4

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Disable REST API
Rating 4.8/5 (38 reviews)Active installs 90,000
Disable WP REST API
Rating 4.8/5 (36 reviews)Active installs 20,000
WordPress REST API (Version 2)
Rating 4.2/5 (34 reviews)Active installs 10,000
WPGet API – Connect to any external REST API
Rating 5.0/5 (30 reviews)Active installs 10,000
WP REST API Meta Endpoints
Rating 0.0/5 (0 reviews)Active installs 1,000
REST API – Filter Fields
Rating 5.0/5 (10 reviews)Active installs 700

Description

This plugin uses the OAuth 1.0a protocol to allow delegated authorization; that is, to allow applications to access a site using a set of secondary credentials. This allows server administrators to control which applications can access the site, as well as allowing users to control which applications have access to their data.

This plugin only supports WordPress >= 4.4.

The latest stable version is also available from the WordPress Plugin Directory.

New to OAuth

We strongly recommend you use an existing OAuth library. You’ll be best off if you understand the authorization process, but leave the actual implementation to well-tested libraries, as there are a lot of edge cases.

Start reading from the Introduction to get started!

For OAuth Veterans

If you already know how to use OAuth, here’s the lowdown:

  • The plugin uses OAuth 1.0a in
  • We use the three-legged flow
  • To find the REST API index, apply the API autodiscovery process
  • The endpoints for the OAuth process are available in the REST API index: check for $.authentication.oauth1 in the index data.
    • The temporary credentials (request token) endpoint is $.authentication.oauth1.request (typically /oauth1/request)
    • The authorization endpoint is $.authentication.oauth1.authorize (typically /oauth1/authorize)
    • The token exchange (access token) endpoint is $.authentication.oauth1.access (typically /oauth1/access)
  • Your callback URL must match the registered callback URL for the application in the scheme, authority (user/password) host, port, and path sections. (Subpaths are not allowed.)
  • The only signature method supported is HMAC-SHA1.
  • OAuth parameters are supported in the Authorization header, query (GET) parameters, or request body (POST) parameters (if encoded as application/x-www-form-urlencoded). OAuth parameters are not supported in JSON data.

Installation

No installation instructions available

Frequently Asked Questions

No FAQ available

Review feed

enriquecerda
12/4/2016

Links with Parse-server Node.js

Hello, I have made an adapter for Parse Server under Node.js with which you can link the login of any installation of wordpress in Parse Server, for that I have used your plugin, which is the one that gives us access_token and allows us to verify the authenticity Of the user registered in the server. https://github.com/enriquecerda/parse-server-wordpress-login
Rehmat Alam
10/8/2017

Worked like a charm!

Got this working after some good amount of work! Thanks for bringing this and making API calls secure.
Ahmed Hnewa
2/22/2021

Good But

Really Useful And Good Plugin But Please 1- Reply on The Support Forum 2- Update it To Work Good With Last WordPress Verison 3 – No Clear Docs 4 - not work with localhost

Screenshots

No screenshots available

Changelog

No changelog available