pingpongpangpong / transcendence

0 stars 0 forks source link

일반 로그인 #38

Open leebo155 opened 1 month ago

leebo155 commented 1 month ago

Front-end

Request

{
    "username": string,
    "password": string
    "code": string
}

Back-end

Response

leebo155 commented 1 month ago

변경점

  1. 1차 로그인 성공시 세션키가 전달됩니다.
  2. JWT 토큰을 발급받으려면 2차 인증(/user/login/)이 필요합니다.

Front

{
    "username": "id",
    "password": "password"
}

Back