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

refactor: memberService에서 인증관련 로직 분리 #878

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from

Commits on Nov 2, 2024

  1. refactor: token tagging interface로 로직 통일

    coli-geonwoo committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    d4b594f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    955b5bc View commit details
    Browse the repository at this point in the history
  3. refactor: 다형성을 통해 인증로직 구성

    coli-geonwoo committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    639d456 View commit details
    Browse the repository at this point in the history
  4. refactor: 불필요한 delimiter 삭제

    coli-geonwoo committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    a4a76cc View commit details
    Browse the repository at this point in the history
  5. refactor: 분기된 메서드 다시 생성

    coli-geonwoo committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    52faa43 View commit details
    Browse the repository at this point in the history
  6. refactor: token으로 추상화

    coli-geonwoo committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    f847a27 View commit details
    Browse the repository at this point in the history
  7. test: apiCall 테스트 조회 기간 수정

    coli-geonwoo committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    214fe46 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. chore: token을 jwtToken으로 rename

    coli-geonwoo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    71fe61a View commit details
    Browse the repository at this point in the history
  2. chore: authPolicy로 rename

    coli-geonwoo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3c1e4e5 View commit details
    Browse the repository at this point in the history
  3. chore: 파라미터명 rename

    samePidMember > sameProviderIdMember
    coli-geonwoo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9f953b6 View commit details
    Browse the repository at this point in the history
  4. refactor: authorize에 트랜잭션 추가

    coli-geonwoo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    607517a View commit details
    Browse the repository at this point in the history
  5. style: 개행 추가

    coli-geonwoo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4071ef3 View commit details
    Browse the repository at this point in the history
  6. style: 컨벤션 준수

    coli-geonwoo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8bdf327 View commit details
    Browse the repository at this point in the history
  7. test: 불필요한 필드 제외 삭제

    coli-geonwoo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a4e1e28 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. chore: 매개변수 명 변경

    samePidMember > sameProviderIdMember
    coli-geonwoo committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a862039 View commit details
    Browse the repository at this point in the history
  2. style: 개행 통일

    coli-geonwoo committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5d2ca70 View commit details
    Browse the repository at this point in the history
  3. chore: 메서드 명 리네이밍

    AuthPolicy > LoginContext
    authorize > syncDevice
    coli-geonwoo committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8ac4fcb View commit details
    Browse the repository at this point in the history