| 开发者 | parorrey |
|---|---|
| 更新时间 | 2026年7月17日 17:57 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv3 or later |
| 版权网址: | 版权信息 |
readme.md inside the plugin package.
restful-json-api folder to /wp-content/plugins/.Clients call the User controller login endpoint with a username and password over HTTPS. The response includes a plugin-issued JWT. Protected endpoints require Authorization: Bearer ACCESS_TOKEN.
No. This plugin uses JWT authentication, so users do not need to manually create Application Passwords.
HTTPS is required by default for password and bearer-token requests. Site owners can disable this in Settings > RESTful JSON API for local or non-SSL environments, but production sites should keep it enabled.
No. Cookie-based authentication endpoints were removed. Use JWT bearer tokens instead.
Open Settings > RESTful JSON API > Documentation for login, token validation, post create/update/delete, user meta, comment, and controller examples. The same documentation is also included in readme.md.