Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3주차 미션 / 서버 1조 - 박지연 #7

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

137pjy
Copy link

@137pjy 137pjy commented Apr 7, 2023

기능 구현 4번까지 시도해보고
5-6번은 정답코드를 통해 이해하였습니다.

요구사항 5

  • IOUtils.readData로 queryString을 저장하고 이를 parseQueryParameter로 parsing하여 Map collection에 저장
  • User를 repository에 저장
  • 위는 요구사항 2,3번과 동일
    -login 메소드를 만들어 로그인에 성공하였을 시 response302HeaderWithCookie로 HOME_URL로 redirect하고 Cookie 값을 true로 할당
  • 실패했을 시 response302HeaderWithCookie로 LOGIN_FAILED_URL로 redirect함

요구사항 6

  • cookie가 logined=true일 때만 User List를 눌렀을 때 list가 있는 html을 가져와서 responseBody에 전달
  • cookie가 login=true가 아니면 login페이지로 redirect함

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant