Does JWT Authentication for WP-API work with WordPress 6.0.2 and PHP 7.4.8? A smoke test was performed on .
4 | PHP notices |
No JavaScript exceptions | |
All test pages loaded successfully | |
No resource errors |
Memory usage: 5.02 KiB
The average PHP memory usage increased by this amount after activating by the plugin.
Page speed impact:
insignificant.
The plugin didn't make the site noticeably slower.
WordPress version | 6.0.2 |
---|---|
PHP version | 7.4.8 |
MySQL version | 8.0.21 |
PHP memory limit | 256M |
Last updated | |
---|---|
Active installs | 50,000+ |
WordPress.org page | https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/ |
Badges |
Get badge code |
URL | /wp-admin/plugins.php?plugin_status=all&paged=1&s |
---|---|
Requested URL | /wp-admin/plugins.php?action=activate&plugin=jwt-authentication-for-wp-rest-api%2Fjwt-auth.php&plugin_status=all&paged=1&s&_wpnonce=e784caa47b |
Aspect | after-activation |
HTTP status | 200 |
Load time | 0.408 s |
Memory usage | 3.7 MiB |
JS errors | None |
Resource errors | None |
URL | / |
---|---|
Aspect | front-page |
HTTP status | 200 |
Load time | 0.240 s |
Memory usage | 3.57 MiB |
JS errors | None |
Resource errors | None |
URL | Load time | Memory usage | ||||
---|---|---|---|---|---|---|
Inactive | Active | Change | Inactive | Active | Change | |
/wp-admin/index.php | 0.348 s | 0.298 s | -0.050 s | 3.72 MiB | 3.73 MiB | + 7.45 KiB |
/wp-admin/edit.php | 0.193 s | 0.211 s | +0.018 s | 3.76 MiB | 3.76 MiB | + 6.74 KiB |
/wp-admin/post-new.php | 0.967 s | 1.244 s | +0.277 s | 5.55 MiB | 5.57 MiB | + 20.98 KiB |
/wp-admin/upload.php | 0.475 s | 0.360 s | -0.115 s | 3.69 MiB | 3.69 MiB | + 6.32 KiB |
/wp-admin/options-writing.php | 0.160 s | 0.140 s | -0.020 s | 3.62 MiB | 3.63 MiB | + 13.9 KiB |
/wp-admin/media-new.php | 0.383 s | 0.195 s | -0.188 s | 3.66 MiB | 3.67 MiB | + 6.49 KiB |
/wp-admin/edit-tags.php?taxonomy=category | 0.197 s | 0.190 s | -0.007 s | 3.69 MiB | 3.7 MiB | + 7.4 KiB |
/wp-admin/post-new.php?post_type=page | 1.339 s | 1.280 s | -0.059 s | 5.54 MiB | 5.56 MiB | + 12.56 KiB |
/wp-admin/options-discussion.php | 0.223 s | 0.241 s | +0.018 s | 3.6 MiB | 3.6 MiB | + 6.8 KiB |
/wp-admin/edit-comments.php | 0.226 s | 0.218 s | -0.008 s | 3.7 MiB | 3.7 MiB | + 6.3 KiB |
/ | 0.284 s | 0.213 s | -0.071 s | 3.6 MiB | 3.57 MiB | - 39.77 KiB |
Average | 0.436 s | 0.417 s | -0.019 s | 4.01 MiB | 4.02 MiB | + 5.02 KiB |
Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.
Language | % | Lines of code | Comment lines | Files | |
---|---|---|---|---|---|
PHP | 63.1% | 420 | 422 | 7 | |
Markdown | 35.1% | 234 | 0 | 1 | |
JSON | 1.8% | 12 | 0 | 1 | |
Total | 666 | 422 | 9 |
Lines of code | 419 |
---|---|
Total complexity | 53 |
Median class complexity | 7.0 |
Median method complexity | 1.0 |
Most complex class | Jwt_Auth_Public |
Most complex function | Jwt_Auth_Public::validate_token() |
Classes | 5 |
---|---|
Methods | 29 |
Functions | 1 |
Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.
No new entries found.
[31-Aug-2022 01:07:24 UTC] PHP Notice: Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>jwt-auth/v1/token</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5831
[31-Aug-2022 01:07:24 UTC] PHP Notice: Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>jwt-auth/v1/token/validate</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5831
[31-Aug-2022 01:07:28 UTC] PHP Notice: Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>jwt-auth/v1/token</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5831
[31-Aug-2022 01:07:28 UTC] PHP Notice: Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>jwt-auth/v1/token/validate</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5831