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

Feat(*): Member의 id를 Security에서 가져오도록 변경 #32

Merged
merged 4 commits into from
Jul 26, 2024

Commits on Jul 26, 2024

  1. Test(Member): Member 테스트 코드 구현

    - 현재 자격증 검사 메소드 테스트 코드
    morenow98 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b7ed25e View commit details
    Browse the repository at this point in the history
  2. Feat(Member): Member의 id를 Security에서 가져오도록 변경

    - Contoller에서 memberId = "1" 과 같은 식으로 하드코딩되어 있는 것을 SecurityContext에서 가져오도록 변경한다.
    morenow98 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d26bbf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e34158 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56a61f0 View commit details
    Browse the repository at this point in the history