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: 사용자 인증을 위한 jwt 인증 프로세스를 구현한다. #41

Merged
merged 19 commits into from
Nov 1, 2023

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    29690aa View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

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

Commits on Oct 31, 2023

  1. feat: jwt 템플릿 적용

    hseong3243 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1c3c0ce View commit details
    Browse the repository at this point in the history
  2. chore: dev 브랜치 pull

    hseong3243 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9831973 View commit details
    Browse the repository at this point in the history
  3. fix: 스프링 시큐리티 테스트로 인한 restDocs 오류 해결

    mockMvc 테스트 시 csrf 토큰을 필수로 포함시켜야 함. restDocs와의 충돌로 이를 헤더에 담아서 보내도록 변경함.
    hseong3243 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b125e32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4df416 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ceed5cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0440175 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b15ed42 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b591002 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee006c5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03d41cf View commit details
    Browse the repository at this point in the history
  11. fix: 충돌 해결

    hseong3243 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    424eaf9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    6db6967 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d01f683 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60901b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d77cc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3efc5d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    835f1a0 View commit details
    Browse the repository at this point in the history