Plugin Pulse
← Pulse

JWT Authentication for WP REST API

by tmeister · Uncategorized

Also makes 1 other plugin · 63K+ installs across the portfolio →

Extends the WP REST API using JSON Web Tokens Authentication as an authentication method.

How scoring works →
81 Health · B
Maintenance 87/100
Rating quality 83/100
Support 70/100

81 health vs 56 average across 16,378 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.

96 / 100

Excellent listing optimization

Well tuned across the board

Update recency 98/100
WP compatibility 100/100
Rating quality 85/100
Listing tuning 100/100

Daily downloads

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

-8% vs prior 30d
214Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

6.3K

now · peak 42.9K

6.3K30d 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

JWT Authentication f · #658 you User Data Fields For · #22121 GS JWT Authenticatio · #36419 WP REST API · #9728

Rating trend

Star average over time · dips mark rough releases

4.4Stars · 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.

105per 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.

2

releases in the last 12 months

6mo ago

latest release · v1.5.0

20

tagged releases on record

Recent releases

1.5.0 · 6mo ago1.4.1 · 11mo ago1.4.0 · 1.1y ago1.3.8 · 1.3y ago1.3.7 · 1.3y ago1.3.6 · 1.4y ago1.3.5 · 1.6y ago1.3.4 · 2.0y ago1.3.3 · 3.0y ago1.3.2 · 3.9y ago1.3.1 · 3.9y ago1.3.0 · 3.9y ago1.2.6 · 3.9y ago1.2.5 · 7.8y ago

What its installed base runs

via wordpress.org

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

v1.5 54%
v1.3 21%
v1.4 18%
v1.2 6.9%

Estimated active installs

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

tracked estimate
60K–70K ≈69K

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

Install history · since 2015-09-19 · 1,474 observations

60KInstalls · 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.

Details

Version
1.5.0
Last updated
6mo ago
Added
2015-09-05 · 10 yrs old
Requires WP
4.2
Tested up to
6.9.7
Requires PHP
7.4.0

Recent reviews

All reviews on wp.org ↗
  1. hozayrayz
    6mo ago

    I currently have the free version, and it’s great and simple to use. I never had an issue with it.

    Read on wp.org ↗
  2. dorf
    7mo ago

    they make it confusing and confounding on purpose

    Read on wp.org ↗
  3. xmtek
    11mo ago

    The support guy is not a non-techie, so the support was actually helpful! The plugin works great and let me really extend the user system of my WP so it can act in a auth/auth capacity for the services behind it.

    Read on wp.org ↗
  4. Bizberg Themes
    1.3y ago

    Upgrade message cannot be removed from my site. This topic was modified 1 year, 2 months ago by Bizberg Themes.

    Read on wp.org ↗
  5. vaibhavk326
    1.3y ago

    Hi, actually I am trying to generate token at my login time using an wp_login hook but i am unable to do so, can you provide me any way to do it. Tell me whether there is any buildin function is there that I can use. add_action(‘wp_login’, function ($user_login, $user) {if (!user_can($user, ‘dokandar’)) {return;} $response = wp_remote_post(site_url('/wp-json/jwt-auth/v1/token'), [ 'body' => [ 'username' => $user_login, 'password' => 'YOUR_DEFAULT_PASSWORD_IF_AVAILABLE', // Not ideal, see note below ], ]); if (is_wp_error($response)) { error_log('Token request failed: ' . $response->get_error_message()); return; } $body = json_decode(wp_remote_retrieve_body($response), true); if (!empty($body['token'])) { update_user_meta($user->ID, 'vendor_jwt_token_key', $body['token']); } else { error_log('JWT token missing: ' . json_encode($body)); } }, 10, 2); I am using this thing but thing is password can’t be accessed directly in wordpress.

    Read on wp.org ↗
  6. Mwale Kalenga
    1.3y ago

    I’ve been using the plugin for over year, it’s very good and user friendly! At some point there was a constant message to upgrade, but that was fixed. This topic was modified 1 year, 2 months ago by Mwale Kalenga.

    Read on wp.org ↗
  7. Lucas K
    1.4y ago

    Unfortunately, this plugin is (April 2025) behind a paywall. This should be removed from the plugin directory!

    Read on wp.org ↗
  8. kklo
    1.9y ago

    Hi, I use the Traveler Theme. I installed it according to the instructions, but I always get a connection error: Status Code Error: 401 when connecting with make (integromat)base url: ./domain.com/wp-json/API Key: copied from wp-config.phpHow do I fix this? Thanks

    Read on wp.org ↗

Latest updates

via wp.org changelog

Recent releases and news for this plugin

  1. Version 1.5.0 Security: Updated dependencies to latest secure versions (deep-copy, php-parser, phpunit) Feature: Smart upgrade prompts that appear based on actual plugin usage rather than immediately after installation Feature: Usage- 1.5.0
  2. Version 1.4.1 Enhancement: Updated lucide-react from 0.294.0 to 0.541.0 – Latest icon library improvements with new icons and performance optimizations Enhancement: Updated tailwind-merge from 2.6.0 to 3.3.1 – Enhanced CSS utility mer 1.4.1
  3. Version 1.4.0 Feature: Live API Explorer – Interactive tool to test JWT endpoints directly from admin dashboard with real API calls Feature: Enhanced Configuration Dashboard – Real-time monitoring of system health and setup requiremen 1.4.0
  4. Version 1.3.8 Fix upsell notice bug, now it is show only one time 1.3.8
  5. Version 1.3.7 Added PRO announcement 1.3.7
  6. Version 1.3.6 Added Safeguard in enqueue_plugin_assets to Handle Null or Empty $suffix 1.3.6

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

Growth timeline

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

  1. 2025-05-02 50K+ → 60K+ up after 566 days in tier
  2. 2023-10-14 40K+ → 50K+ up after 162 days in tier
  3. 2023-05-05 50K+ → 40K+ down after 55 days in tier
  4. 2023-03-11 40K+ → 50K+ up after 84 days in tier
  5. 2022-12-17 50K+ → 40K+ down after 20 days in tier
  6. 2022-11-27 60K+ → 50K+ down after 18 days in tier
  7. 2022-11-09 70K+ → 60K+ 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 JWT Authentication for WP REST API into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/jwt-authentication-for-wp-rest-api" width="480" height="300" style="border:0" loading="lazy" title="JWT Authentication for WP REST API — Plugin Pulse"></iframe>
Preview card ↗

JWT Authentication for WP REST API: 60K+ active installs, 4.4★ (53 reviews). Plugin Pulse (WP Mayor), as of 2026-08-25. https://plugins.wpmayor.com/plugin/jwt-authentication-for-wp-rest-api