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.
배경
OAuth로 사용자 인증을 이주했는데, 막상 로그인 성공 후 redirection을 설정하지 않은 상황입니다. 그래서 로그인을 성공한 후 SPA로 사용자가 재진입하도록 redirection을 설정합니다.
부가
resolve #59
아무래도 Server Static Page를 만들지 않기로 합의한 상황에서는 상수화를 통한 컨트롤이 가장 단순하다고 생각하여 적용합니다. 이 과정에서
Constants
패키지를 조금 더 잘게 세분화했습니다.