Linux 软件免费装

Sticklight

开发者 elemntor
更新时间 2026年6月3日 16:07
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv3
版权网址: 版权信息

标签

authentication api rest-api react headless

下载

1.1.0 1.0.0

详情介绍:

Sticklight Connector provides a structured way to use the WordPress user system in external or React-based applications. The plugin extends the WordPress REST API with additional endpoints that allow authenticated clients to retrieve user context and interact with WordPress data, while fully respecting core authentication methods, roles, and capability checks. Sticklight does not replace WordPress authentication. It relies on wp_authenticate for credential validation and WordPress Application Passwords for API access, and follows standard permission checks (current_user_can) for all requests. Typical use cases Features

安装:

  1. Upload the plugin files to the /wp-content/plugins/sticklight-connector directory, or install the plugin through the WordPress plugins screen.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Ensure permalinks are enabled (Settings > Permalinks).
No additional configuration is required for basic usage.

常见问题:

Does this plugin replace WordPress authentication?

No. It delegates credential validation to wp_authenticate and uses WordPress Application Passwords for API access.

Does it allow bypassing permissions?

No. All requests are validated using standard WordPress capability checks.

Can it be used in headless setups?

Yes. It is designed for headless and cross-origin WordPress architectures.

Does it handle user registration?

No. User creation should be done through the built-in WordPress REST API (POST /wp-json/wp/v2/users) with administrator authentication.

Can I extend the endpoints?

Yes. Developers can add or modify behavior using WordPress hooks and filters.

更新日志:

1.1.0 1.0.0