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

[BE] JWT 토큰 사용 제거, Interceptor와 ArgumentResolver 중복 로직 제거 #733

Merged
merged 10 commits into from
Nov 21, 2023

Commits on Nov 14, 2023

  1. feat: jwt 대신 aes를 사용하도록 변경

    aes 기반 설정 정보 추가
    jaehee329 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a071f21 View commit details
    Browse the repository at this point in the history
  2. refactor: Interceptor와 ArgumentResolver의 중복 로직 제거

    Interceptor에서 파싱한 memberId를 Request에 넣도록 변경
    jaehee329 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8becd6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebee485 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    04595b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d09e10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9966cc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c1b8f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3a3dfe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8893087 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8919c1e View commit details
    Browse the repository at this point in the history