Auth
인증과 관련된 API 명세입니다.
Login
Query Parameters
Name
Type
Description
// 302 Temporary Redirect to root
// JWT token will be offered to Cookie.{
"status": 404,
"error": 404,
"messages": {
"error": "Not Found"
}
}Logout
// no content{
"status": 401,
"error": 401,
"messages": {
"error": "Unauthorized"
}
}Last updated