refactor: 클라이언트 식별자를 purut 으로 - #15
Merged
Merged
Conversation
워크스페이스 jungwoon-client → purut-client
패키지 @jungwoon/api-client → @purut/api-client
토큰 저장 키 jungwoon.accessToken → purut.accessToken
jungwoon.refreshToken → purut.refreshToken
토큰 키가 바뀌면 이미 로그인된 기기는 세션이 풀린다. 아직 실사용자가 없어
지금이 바꿀 수 있는 마지막 시점이다. 출시 후에 바꾸면 전원 강제 로그아웃이다.
GHCR 이미지명과 컨테이너명(jungwoon-admin)은 남긴다. 서버 compose 와 짝이
맞아야 하고, 백엔드 쪽 운영 식별자와 함께 나중에 옮긴다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
워크스페이스·패키지명·토큰 저장 키를
purut으로 바꿉니다.토큰 키가 바뀌면 이미 로그인된 기기는 세션이 풀립니다. 아직 실사용자가 없어 지금이 바꿀 수 있는 마지막 시점입니다.
GHCR 이미지명·컨테이너명은 서버 compose 와 짝이 맞아야 해서 남겼습니다.
백엔드 PR: Purut-App/backend#16