Title: Sticklight
Author: Elementor
Published: <strong>2026년 5월 26일</strong>
Last modified: 2026년 6월 3일

---

플러그인 검색

![](https://ps.w.org/sticklight/assets/icon.svg?rev=3549373)

# Sticklight

 작성자: [Elementor](https://profiles.wordpress.org/elemntor/)

[다운로드](https://downloads.wordpress.org/plugin/sticklight.1.1.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/sticklight/#description)
 * [평가](https://ko.wordpress.org/plugins/sticklight/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/sticklight/#installation)
 * [개발](https://ko.wordpress.org/plugins/sticklight/#developers)

 [지원](https://wordpress.org/support/plugin/sticklight/)

## 설명

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

 * React applications connected to a WordPress site
 * Headless or hybrid WordPress setups
 * Admin or user dashboards built outside wp-admin
 * External tools that require authenticated access to WordPress data

#### Features

 * Authenticates via `wp_authenticate` and issues Application Passwords for API 
   access
 * Adds REST endpoints for login, logout, and retrieving current user context
 * Enforces WordPress capability checks on all requests
 * Supports cross-origin headless setups
 * Extensible via WordPress hooks and filters

### Usage

#### Login

Authenticate with username (or email) and password:

    ```
    POST /wp-json/sticklight/v1/auth/login
    ```

On success the response includes an Application Password for subsequent API requests
and the authenticated user:

    ```
    {
      "app_password": "XXXX XXXX XXXX XXXX XXXX XXXX",
      "user": {
        "user_id": 1,
        "username": "admin",
        "display_name": "Admin",
        "email": "admin@example.com",
        "roles": ["administrator"]
      }
    }
    ```

Use the returned `app_password` with HTTP Basic Authentication for all further requests.

#### Current user

Retrieve the current authenticated user:

    ```
    GET /wp-json/sticklight/v1/auth/me
    ```

#### Logout

Revoke the current Application Password session:

    ```
    POST /wp-json/sticklight/v1/auth/logout
    ```

#### User registration

User creation is handled through the built-in WordPress REST API (`POST /wp-json/
wp/v2/users`) and requires administrator authentication.

#### Accessing protected data

Requests to any endpoint must pass standard WordPress permission checks. Sticklight
does not bypass or override these checks.

### Security

Sticklight follows WordPress security practices:

 * Authenticates via `wp_authenticate`, which respects all security plugin hooks(
   rate limiting, two-factor authentication, brute-force protection)
 * Issues Application Passwords scoped to individual sessions
 * Does not provide user registration — accounts must be created by an administrator
 * Applies capability checks (`current_user_can`) on all endpoints
 * Does not expose private data without proper permissions

For external applications, it is recommended to:

 * Use HTTPS
 * Restrict allowed origins
 * Avoid exposing sensitive endpoints unnecessarily

## 설치

 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.

## FAQ

### 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.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Sticklight”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ Elementor ](https://profiles.wordpress.org/elemntor/)

[자국어로 “Sticklight”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/sticklight)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/sticklight/)는, [SVN 저장소](https://plugins.svn.wordpress.org/sticklight/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/sticklight/)
을 [RSS](https://plugins.trac.wordpress.org/log/sticklight/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.1.0

 * New: Add custom domains to WP REST API cors

#### 1.0.0

 * Initial release.

## 기초

 *  버전 **1.1.0**
 *  최근 업데이트: **2주 전**
 *  활성화된 설치 **70+**
 *  워드프레스 버전 ** 6.8 또는 그 이상 **
 *  다음까지 시험됨: **7.0**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/sticklight/)
 * 태그:
 * [api](https://ko.wordpress.org/plugins/tags/api/)[authentication](https://ko.wordpress.org/plugins/tags/authentication/)
   [headless](https://ko.wordpress.org/plugins/tags/headless/)[react](https://ko.wordpress.org/plugins/tags/react/)
   [rest-api](https://ko.wordpress.org/plugins/tags/rest-api/)
 *  [고급 보기](https://ko.wordpress.org/plugins/sticklight/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/sticklight/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/sticklight/reviews/)

## 기여자

 *   [ Elementor ](https://profiles.wordpress.org/elemntor/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/sticklight/)