Auth API

Register

POST https://localhost:3030/api/auth/register

Request Body

Name
Type
Description

userid

string

User's ID

password

string

User's password

username

string

User's name

nickname

string

User's nickname

{
    "success": true
}

Login

POST https://localhost:3030/api/auth/login

access, refresh token์„ ?๋ถ„์”ฉ ๋ฐœ๊ธ‰ํ•˜๊ณ  ์ฟ ํ‚ค์— ๋„ฃ๋Š”๋‹ค.

Request Body

Name
Type
Description

userid

string

User's ID

password

string

User's password

Last updated