> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/api-guides-en/store-front-api/my-page/login-settings.md).

# Login Settings

## Setting Up Easy Login <a href="#plus" id="plus"></a>

You can set up easy login by going to the **\[Settings**] menu.

![](https://tech.x2bee.com/download/attachments/266110992/FO%20API%20%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0-SNS%20%EC%97%B0%EB%8F%99%EA%B4%80%EB%A6%AC.drawio.png)

### 1. View Easy Login Linking Information <a href="#id-1" id="id-1"></a>

* **View Social Account Linking Information (**[🔗View API >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B4%80%EB%A6%AC/snsLinkInfo))\
  Retrieves the member's social account linking information.

```
GET /v1/social/snsLinkInfo 
```

### 2. Linking Easy Login <a href="#id-2" id="id-2"></a>

If the toggle button is inactive, clicking it starts the SNS linking process. For a first-time link, the process goes through the consent screen of the corresponding social service before linking; after that, linking proceeds without going through consent again. From then on, the member can log in using that service.

* **Link Social Account (**[🔗View API >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B4%80%EB%A6%AC/snsLinkConnect))\
  Links a social account for the logged-in member.

```
POST /v1/social/snsLinkConnect 
```

### 3. Unlinking Easy Login <a href="#id-3" id="id-3"></a>

If the toggle button is active, clicking it unlinks SNS linking. After that, the member can no longer log in using that service.

* **Unlink Social Login (**[🔗View API >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B4%80%EB%A6%AC/snsLinkCancel))\
  Unlinks the member's linked social account for the access token.

```
POST/v1/social/snsLinkCancel 
```
