• 카테고리

    질문 & 답변
  • 세부 분야

    백엔드

  • 해결 여부

    미해결

토큰 갱신 질문드립니다.

19.05.01 13:13 작성 조회수 199

0

강의자료 38. 이벤트 API 점검 의 토큰 갱신하기 입니다.

폼의 tokenrefresh_token 으로 수정되어야 하지 않을까 하는 생각에 글을 남깁니다.

 

토큰 재발급

POST :: http://localhost:8081/oauth/token

 

-> 500 Error

{
"error": "server_error",
"error_description": "Internal Server Error"
}

 

 

-> 200 OK

<input id="gwt-uid-2881" style="margin-top:0px;margin-bottom:0px;margin-left:0px;font-size:14px;vertical-align:baseline;font-family:FontAwesome;cursor:pointer;width:auto;top:1px;position:relative;background-image:none;background-position:0px 0px;background-size:initial;background-repeat:repeat;background-attachment:initial;background-origin:initial;background-clip:initial;-webkit-font-smoothing:antialiased;-webkit-appearance:none;text-rendering:optimizespeed;color:#666666" checked="checked" type="checkbox" />{
"access_token": "d1110be3-1603-4724-9aa1-54b990fa2cb5",
"token_type": "bearer",
"refresh_token": "653c38ac-f000-4955-9e01-06bc29d4be77",
"expires_in": 591,
"scope": "read write"
}

 

답변 1

답변을 작성해보세요.

1

그러네요. 수정해 두겠습니다. 감사합니다.