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

[2단계 - 장바구니 기능] 허브(방대의) 미션 제출합니다. #300

Merged
merged 29 commits into from
May 6, 2023

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    2256b19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27e9089 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02be345 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a0bd1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33355cf View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    bf96972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64925cc View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    2cb430b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5cf8e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d075c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d16d45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f13465b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e8d373 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6040e7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bbf1884 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d81cf3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eebb50b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    b273000 View commit details
    Browse the repository at this point in the history
  2. refactor: 기존에 인증과정에서 Member를 반환하던 Dao를 Credential을 반환하도록 수정

    - AuthMemberDao -> CredentialDao
    - 추가로 Credential을 검증하는 과정에서 에러메시지를 조금 더 자세하게 출력하도록 변경
    greeng00se committed May 5, 2023
    Configuration menu
    Copy the full SHA
    cbb8bc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d3799c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    705361a View commit details
    Browse the repository at this point in the history
  5. refactor: BasicAuthorizationParser의 isNotValid를 제거하고 조금 더 응집력 있는 클래스로 변경

    - 올바른 Basic 유형의 헤더(파싱 불가능한 경우) InvalidBasicCredentialException 예외 던지도록 변경
    greeng00se committed May 5, 2023
    Configuration menu
    Copy the full SHA
    ac83592 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb44589 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ac95f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b8de76 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa41153 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    43eece1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb42fa4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dd5dee5 View commit details
    Browse the repository at this point in the history