Extends the WP REST API using JSON Web Tokens as an authentication method.
As of April 2026, GS JWT Authentication for WP REST API is a WordPress jwt plugin with 10 active installations and a 0/5 rating0. It has been downloaded 1.1K+ times in total. Requires WordPress 4.2+ and PHP 5.3.0+. Available on WordPress.org since 2022. Last updated 4 years ago — may have compatibility concerns. Top alternative: JWT Authentication for WP REST API.
Extends the WP REST API using JSON Web Tokens as an authentication method.
GS JWT plugin provides to encode and decode JSON Web Tokens (JWT), conforming to RFC 7519.
GET OTP and send notification by mail or SMS service
Support and Requests please in Github: https://github.com/gauravin213/gs-jwt
Minimum PHP version: 5.3.0
Most of the shared hosting has disabled the HTTP Authorization Header by default.
To enable this option you’ll need to edit your .htaccess file adding the following
RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
To enable this option you’ll need to edit your .htaccess file adding the following
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=…| WordPress | 4.2+ requiredTested up to 5.8.13 |
| PHP | 5.3.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.