Feature: 로그인 여부에 따라 페이지 핸들링이 되는 미들웨어 구축 #111
Merged
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.
Feature: 로그인 여부에 따라 페이지 핸들링이 되는 미들웨어 구축
PR을 한 이유 🎯
변경사항 🛠
/login
,/signup
페이지는 로그인을 한 사람이 들어가게 되면/
으로 리다이렉트 됩니다./
페이지에서는 로그인을 한 사람과 로그인을 하지 않은 사람이 보게 되는 버튼이 달라집니다. 로그인을 한 사람에게는 로그인 버튼이 아니라 다른 버튼이 보일 것입니다.