Add-ons
Standalone WordPress plugins that extend Simple JWT Login with new capabilities. Install them the same way you install any WordPress plugin.
WP-CLI Add-on
StableJWT from the command line
Manage Simple JWT Login without ever opening the WordPress admin. Generate tokens, validate JWTs, revoke sessions, and push config between environments — all scriptable, all automatable.
What it does
- Generate & validate tokens
- Revoke sessions instantly
- Export / import config
- Staging → production migration
MailPoet Add-on
StableMagic-link emails, zero friction
Drop a shortcode into any MailPoet campaign and every subscriber gets a personalised, one-click login link. No passwords, no friction — just a seamless email-to-site experience.
What it does
- Personalised login links per recipient
- Works with any MailPoet template
- Time-limited, single-use tokens
- No custom code needed
Export & Import Add-on
StableMove your config in one command
Back up your complete Simple JWT Login configuration — Auth Codes, protection rules, and all settings — and restore it on any site. Ideal for staging migrations and multi-site setups.
What it does
- Full config backup & restore
- Auth Codes included
- Works across any WP installs
- JSON-based, human-readable
Integrations
Connect Simple JWT Login to the tools you already use. Each integration is built into the core plugin — no extra downloads needed.

WPGraphQL
StableJWT authentication for GraphQL
Use the same JWT tokens you issue through Simple JWT Login to authenticate any WPGraphQL query or mutation. Enable it with a single checkbox — no code, no custom middleware.
- Authenticate queries & mutations
- One-checkbox setup
- Works with React, Vue, Next.js
- Same tokens as REST API

Google OAuth
BetaSign in with Google
Let users authenticate with their Google account. Simple JWT Login exchanges a Google ID token for a WordPress JWT, giving you full control over the session without storing passwords.
- Google ID token → WordPress JWT
- Passwordless login flow
- Use Google JWT on all endpoints
- Full token lifecycle control
SDKs
Drop-in client libraries for your frontend or backend application. Available on Packagist and npm.




PHP Client
One Composer package, any PHP framework
Integrate Simple JWT Login into any PHP app with a single dependency. Works out of the box with Laravel, Yii, CodeIgniter, Slim, and plain PHP.
composer require "nicumicle/simple-jwt-login-client-php"



JavaScript Client
npm package for any JS framework
Add Simple JWT Login authentication to React, Vue, Angular, or any JavaScript app with a handful of lines. Works in the browser and in Node.js.
npm install simple-jwt-loginDon't see what you need?
Simple JWT Login exposes 16 action and filter hooks. Build your own integration — or open an issue on GitHub and let's discuss it.