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

토큰 시간 변경, 데이터베이스 조회 메서드 분리 #191

Merged
merged 4 commits into from
Nov 11, 2023

Commits on Nov 11, 2023

  1. refactor: extract entity find method

    - 엔티티 조회 메서드 분리
    - 권한 체크 메서드 분리
    seokwns committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    422c6e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49bd853 View commit details
    Browse the repository at this point in the history
  3. feat: chagne jwt token expire time

    - 토큰 만료시간 변경 (액세스 15분, 리프레시 3일)
    seokwns committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    f7273b0 View commit details
    Browse the repository at this point in the history
  4. refactor: quotation page size, change comments

    - 견적서 페이지네이션 사이즈를 정적 변수로 분리
    - 토큰 만료 시간 주석 내용 수정
    seokwns committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    9d6e4d7 View commit details
    Browse the repository at this point in the history