Plugin Pulse
← Pulse

WP OAuth Server (OAuth Authentication)

by Jayson T Cote · Uncategorized

Adds Authentication through OAuth 2. Provides the ability for Single Sign On for websites & Mobile Applications.

How scoring works →
82 Health · B
Maintenance 100/100
Rating quality 70/100
Support 70/100

82 health vs 56 average across 16,376 Uncategorized plugins

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

95 / 100

Excellent listing optimization

Well tuned across the board

Update recency 100/100
WP compatibility 100/100
Rating quality 79/100
Listing tuning 100/100

Daily downloads

Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive

+140% vs prior 30d
173Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

3.9K

now · peak 4.2K

4.1K30d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

WP OAuth Server (OAu · #4077 you WP OAuth Integration · #45243 WP OAuth Server ( Lo · #6721 JWT Authentication f · #658

Rating trend

Star average over time · dips mark rough releases

3.8Stars · Aug 26

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

1.4Kper 1k installs · Aug 26

Release cadence

Occasionally updated
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

1

releases in the last 12 months

7mo ago

latest release · v4.5.0

37

tagged releases on record

Recent releases

4.5.0 · 7mo ago4.4.0 · 1.4y ago4.3.4 · 2.4y ago4.3.3 · 2.5y ago4.2.5 · 3.1y ago4.3.2 · 3.6y ago4.3.0 · 3.6y ago4.2.3 · 3.8y ago4.2.2 · 4.4y ago4.2.1 · 4.4y ago4.2.0 · 4.9y ago4.1.9 · 4.9y ago4.1.8 · 5.1y ago4.1.7 · 5.4y ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin · 55% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v4.5 55%
v4.4 25%
v4.3 6.7%
Older / other versions 13%

Estimated active installs

The public count shows “3K+”. Our estimate pins where the real number sits.

tracked estimate
3K–4K ≈3.9K

Refined from the date this plugin crossed into its current band.

Install history · since 2015-03-10 · 1,475 observations

3KInstalls · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from. The recent download trend is too spiky to read.

Details

Version
4.5.1
Last updated
15d ago
Added
2013-03-21 · 13 yrs old
Requires WP
4.7.2
Tested up to
7.0.4
Requires PHP
7.4

Recent reviews

All reviews on wp.org ↗
  1. Jonathan Afranio
    1.0y ago

    I tested WP OAuth Server (OAuth Authentication) in integration with a client application and found a serious issue: even after the user logs out from WordPress, the issued access token is still accepted by the /oauth/me endpoint, returning all user data. This means any client application that has stored the token can continue accessing private information indefinitely, until the token expires, without verifying if the session on the server has ended. I tried to work around the issue by enabling the introspection endpoint and validating the token on each request, but the plugin does not revoke the token on logout, making introspection ineffective for detecting logouts. This flaw breaks a basic security principle of OAuth 2.0 and may expose sensitive data. I do not recommend using this plugin until token revocation upon logout is implemented.

    Read on wp.org ↗
  2. Vic
    2.3y ago

    It looks like the plugin is abandoned. Moreover, I bought a Pro version but it doesn’t work and nobody replies via the support email. I can’t even access my license key because the password restore doesn’t work on their website. DO NOT use this plugin!

    Read on wp.org ↗
  3. Northern Beaches Websites
    3.0y ago

    I just want to say thank you to the developer, you have done a great job and saved me a tonne of time 🙂

    Read on wp.org ↗
  4. robegb
    3.3y ago

    Just what I expected, thanks!

    Read on wp.org ↗
  5. uusr
    3.3y ago

    Gives an error while logging in “Missing required parameter: scope”

    Read on wp.org ↗
  6. ntalam
    3.3y ago

    Fatal error: Uncaught TypeError: openssl_pkey_get_details(): Argument #1 ($key) must be of type OpenSSLAsymmetricKey, null given in F:\xampp2\htdocs\wp\wp-content\plugins\oauth2-provider\includes\functions.php:388 Stack trace: #0 …\functions.php(388): openssl_pkey_get_details(NULL) #1 This topic was modified 3 years, 2 months ago by ntalam.

    Read on wp.org ↗
  7. Ivan Hryhorenko
    4.0y ago

    There is no answer even on the premium version website. The plugin is abandoned, with legacy code and some bugs. Please, choose an alternative decision. Didn’t use this one! This topic was modified 3 years, 10 months ago by Ivan Hryhorenko.

    Read on wp.org ↗
  8. sunmp12
    4.2y ago

    There are a lot of bugs and strange or malfunctioning in the plugin. Looking at the plugin forum, there is no support for the plugin at all. Maybe there is only support for the pro version, but so I don’t dare try it.

    Read on wp.org ↗

Latest updates

via wp.org changelog

Recent releases and news for this plugin

  1. Version 4.5.0 Security Update: A patch has been added to protect the private key during certain server configurations. Updating is highly recommended. Added a new admin notice for permalink setting recommendations. Updated with WP 6.9 4.5.0
  2. Version 4.4.0 (Security Update) Refactored the “destroy” endpoint to remove the auto redirect in favor for a manual checkpoint. Cleaned up misc functions. This should not effect any existing implementations. Tested with 6.4 installed. 4.4.0
  3. Version 4.3.4 Updated to fix deprecated messages for PHP 8.1 and WP 6.2 Added prepare statements in CRON cleanup Adjustments to make some options more clear. 4.3.4
  4. Version 4.3.3 Updated wpoauth_authenicate_bypass to return false. Tested with WP 6.2 4.3.3
  5. Version 4.2.5 Updated sanity checks in AJAX 4.2.5
  6. Version 4.2.3 Tested WP 6.0.3 4.2.3

Known vulnerabilities

via Wordfence Intelligence

7 disclosed vulnerabilities on record for this plugin, all fixed in the current version. Sites on older versions stay exposed until they update.

  1. 2024-04-05 CVE-2024-31253 URL Redirection to Untrusted Site ('Open Redirect') Affects <= 4.3.3 Patched in 4.4.0
  2. 2023-02-21 CVE-2022-4148 Incorrect Authorization Affects <= 4.2.5 Patched in 4.3.0
  3. 2023-02-21 CVE-2022-3894 Cross-Site Request Forgery (CSRF) Affects <= 4.2.3 Patched in 4.2.5
  4. 2023-01-26 Cross-Site Request Forgery (CSRF) Affects <= 4.2.5 Patched in 4.3.0
  5. 2022-11-10 CVE-2022-3926 Cross-Site Request Forgery (CSRF) Affects <= 4.2.5 Patched in 4.3.0
  6. 2022-11-08 CVE-2022-3892 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') Affects <= 4.2.1 Patched in 4.2.2
  7. 2015-08-12 CVE-2015-9435 Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) Affects < 3.1.5 Patched in 3.1.5

Vulnerability records provided by Wordfence Intelligence. Copyright 2012-2026 Defiant Inc. License and terms.

CVE records: Copyright 1999-2026 The MITRE Corporation. CVE terms of use.

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 8.1.12 · WP 7.0.1

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Languages

via translate.wordpress.org

Translated into 5 languages, 0 at 90% or more

Russian 82%
Basque 66%
Japanese 60%
German 25%
Dutch 5%

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2023-07-14 4K+ → 3K+ down after 2 days in tier
  2. 2023-07-12 3K+ → 4K+ up after 1 days in tier
  3. 2023-07-11 4K+ → 3K+ down

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for WP OAuth Server (OAuth Authentication) into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/oauth2-provider" width="480" height="300" style="border:0" loading="lazy" title="WP OAuth Server (OAuth Authentication) — Plugin Pulse"></iframe>
Preview card ↗

WP OAuth Server (OAuth Authentication): 3K+ active installs, 3.8★ (41 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/oauth2-provider