액세스 토큰 재발행

토큰 재발행

GET /api/v1/reissue

Request Headers

Name
Value

Content-Type

x-www-form-urlencoded

Accept

application/json

Cookie

리프레시 토큰

access

액세스 토큰

Request Body

None

Response

{ 
    "status": 200,
    "code": "SUCCESS REQUEST",
    "data": null,
    "timestamp": "2024-11-16 01:58:45"
}

Response Headers

Name
Value

Set-Cookie

refresh=리프레시토큰; Max-Age=""; Expires=1주; Path=/; HttpOnly

access

액세스 토큰 ( 유효기간 5분)

Last updated