> For the complete documentation index, see [llms.txt](https://organization-kee.gitbook.io/tenthread/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://organization-kee.gitbook.io/tenthread/user.md).

# User

## 로그인

<mark style="color:green;">`POST`</mark> `http://localhost:8080/auth/login`

#### Request Body

| Name                                       | Type   | Description |
| ------------------------------------------ | ------ | ----------- |
| username<mark style="color:red;">\*</mark> | String |             |
| password<mark style="color:red;">\*</mark> | String |             |

{% tabs %}
{% tab title="200: OK " %}

{% endtab %}
{% endtabs %}

## 회원가입

<mark style="color:green;">`POST`</mark> `http://localhost:8080/auth/signup`

#### Request Body

| Name                                       | Type   | Description |
| ------------------------------------------ | ------ | ----------- |
| username<mark style="color:red;">\*</mark> | String |             |
| password<mark style="color:red;">\*</mark> | String |             |
| email<mark style="color:red;">\*</mark>    | String |             |
| image<mark style="color:red;">\*</mark>    | String |             |

{% tabs %}
{% tab title="201: Created " %}

{% endtab %}
{% endtabs %}

## 로그아웃

<mark style="color:green;">`POST`</mark> `http://localhost:8080/auth/signup`

{% tabs %}
{% tab title="200: OK " %}

{% endtab %}
{% endtabs %}
