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

[후_Hwi] 웹서버 4단계 - 쿠키를 이용한 로그인 구현 #75

Open
wants to merge 14 commits into
base: hooi
Choose a base branch
from

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    3779d10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e842a16 View commit details
    Browse the repository at this point in the history
  3. RequestHandler 로그인 메스드 리팩토링 및 User 수정

    - 디미터의 법칙에 맞게 User가 패스워드를 판별하게 만듦
    - RequestHandler의 setRequestBody 메소드에서 if else 문을 삼항연산자로 변경
    hwicode committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    6fc824d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1066e1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fea114e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Request 클래스 추가

    - RequestHandler에서 Request에 관한 자료들을 관리하는 클래스 분할
    hwicode committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    222e9cb View commit details
    Browse the repository at this point in the history
  2. Response 클래스 추가

    - RequestHandler에서 Reponse에 관한 자료들을 관리하는 클래스 분할
    hwicode committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    32b0449 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec902b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a031a4 View commit details
    Browse the repository at this point in the history
  5. 다형성을 활용해 클라이언트 요청 URL에 대한 분기 처리를 제거함

    - Controller는 인터페이스로 분리함
    - DefaultController 클래스
    - LogInController 클래스
    - LogOutController 클래스
    - SignUpController 클래스
    hwicode committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    369a91d View commit details
    Browse the repository at this point in the history
  6. RequestHandler 클래스 수정

    - 기능들을 실행하는 클래스로 수정함
    hwicode committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    f634483 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a80263a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2eeaf38 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    836ff04 View commit details
    Browse the repository at this point in the history