Extends the WP REST API using JSON Web Tokens Authentication as an authentication method.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
53
11 issue groups
I18n
10
2 issue groups
Security
4
2 issue groups
Repo Compliance
1
1 issue group
Sample message
Function "register_rest_route()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.2.0.
Sample message
Mismatched text domain. Expected 'jwt-authentication-for-wp-rest-api' but got 'jwt-auth'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_jwt_auth".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "jwt_auth_algorithm".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Jwt_Auth".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
$_SERVER['HTTP_AUTHORIZATION'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "JWT Authentication for WP REST API" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
Sample message
Plugin name "JWT Authentication for WP REST API" is different from the name declared in plugin header "JWT Authentication for WP-API".
Sample message
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "jwt-auth", expected "jwt-authentication-for-wp-rest-api".
Not analyzed yet.
First score snapshot
v1.5.0
84
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 84 | 68 | 27 | 41 | v1.5.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.