Enhance the WordPress REST API with JWT authentication for secure access by mobile apps, external sites, and third-party services.
Prioritized issue groups from the latest Plugin Check scan
Security
685
8 issue groups
Maintainability
79
10 issue groups
I18n
52
6 issue groups
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$requestKeyUrl'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activeTab".
Sample message
The $text parameter must be a single text string literal. Found: "%sExpiration Date%s: This allows you to set an expiration date for you auth codes."\n . " The format is `Y-M-D H:m:s'. Example : 2020-12-24 23:00:00"\n . ' If you leave it blank, it will never expired.'
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Processing form data without nonce verification.
Sample message
Mismatched text domain. Expected 'simple-jwt-login' but got 'simple-jwt_login'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['active_tab']
Sample message
$_POST['active_tab'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['DOCUMENT_ROOT']. Check that the array index exists before using it.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Unable to find user %s property in JWT.( Settings: %s )'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_login".
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
The $text text string should have translatable content. Found: ''
Sample message
Plugin name "Simple JWT Login – Allows you to use JWT on REST endpoints." is different from the name declared in plugin header "Simple-JWT-Login".
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
30
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
3 score snapshots
v3.6.8
37
Latest
v3.6.7
38
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 817 | 721 | 96 | v3.6.8 | 2.0.0 |
| 38 | 807 | 712 | 95 | v3.6.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.