Skip to content

JwtProperties 클래스에 존재하는 상수값 분리 #108

@kckc0608

Description

@kckc0608

📌수정 배경

  • JwtProperties 클래스에 토큰 유효시간과 Prefix 같은 상수값이 사용되고 있는데, 상수값은 constant 패키지에서 관리해야 합니다.

📌수정 사항

  • 상수값을 JwtConstant 클래스로 분리
  • 토큰 유효시간은 외부에서 주입받도록 수정
  • 미사용 상수값 제거

Metadata

Metadata

Assignees

No one assigned

    Labels

    ♻refactor프로그램 로직 수정

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions