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/#20 토큰 검증을 위한 ArgumentResolver 생성 #22

Merged
merged 9 commits into from
Oct 23, 2023
Merged

Commits on Oct 23, 2023

  1. style: code formatting

    yumyeonghan committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    979a4ac View commit details
    Browse the repository at this point in the history
  2. feat: AuthInfo 레코드 생성

    - 로직에 사용될 userId와 토큰 검증에 사용될 refreshToken
    yumyeonghan committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c7d7e33 View commit details
    Browse the repository at this point in the history
  3. feat: Login annotation 생성

    - 로그인 확인할 때 사용 됨
    yumyeonghan committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    25415da View commit details
    Browse the repository at this point in the history
  4. feat: UserArgumentResolver 생성

    - 헤더로 넘어오는 AccessToken을 통해 AuthInfo 객체로 데이터 변환 기능
    yumyeonghan committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f940cfc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a58b33 View commit details
    Browse the repository at this point in the history
  6. feat: RefreshToken 생성

    - key : userId, value : 토큰값
    yumyeonghan committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d4edb82 View commit details
    Browse the repository at this point in the history
  7. feat: UserArgumentResolver 수정

    - refresh token 조회 로직 추가
    yumyeonghan committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    31830e0 View commit details
    Browse the repository at this point in the history
  8. style: code formatting

    yumyeonghan committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8e0f5ad View commit details
    Browse the repository at this point in the history
  9. style: code formatting

    yumyeonghan committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f141049 View commit details
    Browse the repository at this point in the history