TKS 역할 또는 Project 역할 변경 시, 사용자가 새로운 access token을 발급 받도록 개선 #298
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TKS 역할 또는 Project 역할 변경 시, 기존 토큰을 사용하여 요청을 전송할 경우 아래와 같이 응답.
{
"status": 401,
"code": "A_UNUSABLE_TOKEN",
"message": "token is changed",
"text": "토큰이 변경되었습니다."
}
@Siyeop 시엽님,
기존의 VerifyToken에서 사용되어 alarm을 bypass 할때 사용하였던 error code는 "A_UNUSABLE_TOKEN" -> "A_EXPIRED_TOKEN"로 변경 되었습니다.
Backend: