Releases: SWM-KAWAI-MANS/jwt-manager
Releases · SWM-KAWAI-MANS/jwt-manager
1.4.0
1.3.0
Controller advice 삭제 및 jwt manager default value 설정
1.2.0
refresh로 메서드명 변경 :
refresh시에 새로운 refresh token제공
1.2.0-alpha
token refresh시에 refreshtoken도 재발급 받도록 수정 #PAR-87 (#5) * JWT 컨트롤러 어드바이스 추가 및 JWT 토큰 생성 방식 변경 (#4) * Jwt Exception contoller advice 구현 (#2) * feat : initial setting * feat : impliment Jwt manager library #PAR-61 * chore : jitpack 설정 #PAR-61 * test : TokenManager의 generate 메서드 테스트 추가 #PAR-61 * test : TokenManger의 extract 메서드 테스트 추가 #PAR-61 * fix : Controller Advice exception 재설정 및 AutoConfiguration.imports 추가 * feat : exception 발생 시 로그 출력 기능 추가 #PAR-61 --------- Co-authored-by: seongwoo <[email protected]> * 토큰 생성 시 payload를 받도록 변경한다. (#3) * refactor : clock bean 제거 #PAR-82 * test : 만료된 토큰을 추출하는 경우에 대한 테스트 추가 #PAR-82 * refactor : 토큰 생성 시 payload를 받도록 수정 #PAR-82 * chore : github action workflow 추가 #PAR-82 * style : Google Java Format * refactor : payload 변수명 변경 #PAR-82 * docs : update README.md #PAR-82 * refactor : 토큰 생성 및 추출 방식 변경 #PAR-82 * docs : README.md 수정 #PAR-82 * style : Google Java Format * refactor : 토큰 생성 시, 권한 전달 방법 수정 #PAR-82 * docs : README.md 수정 #PAR-82 * style : Google Java Format * refactor : ControllerAdvice 응답 방식 수정 #PAR-82 * style : Google Java Format --------- Co-authored-by: github-actions <> --------- Co-authored-by: Hyeonjun Park <[email protected]> * Jwt Exception contoller advice 구현 (#2) * feat : initial setting * feat : impliment Jwt manager library #PAR-61 * chore : jitpack 설정 #PAR-61 * test : TokenManager의 generate 메서드 테스트 추가 #PAR-61 * test : TokenManger의 extract 메서드 테스트 추가 #PAR-61 * fix : Controller Advice exception 재설정 및 AutoConfiguration.imports 추가 * feat : exception 발생 시 로그 출력 기능 추가 #PAR-61 --------- Co-authored-by: seongwoo <[email protected]> * 토큰 생성 시 payload를 받도록 변경한다. (#3) * refactor : clock bean 제거 #PAR-82 * test : 만료된 토큰을 추출하는 경우에 대한 테스트 추가 #PAR-82 * refactor : 토큰 생성 시 payload를 받도록 수정 #PAR-82 * chore : github action workflow 추가 #PAR-82 * style : Google Java Format * refactor : payload 변수명 변경 #PAR-82 * docs : update README.md #PAR-82 * refactor : 토큰 생성 및 추출 방식 변경 #PAR-82 * docs : README.md 수정 #PAR-82 * style : Google Java Format * refactor : 토큰 생성 시, 권한 전달 방법 수정 #PAR-82 * docs : README.md 수정 #PAR-82 * style : Google Java Format * refactor : ControllerAdvice 응답 방식 수정 #PAR-82 * style : Google Java Format --------- Co-authored-by: github-actions <> * fix : refresh 진행시 refresh 토큰도 재발급받도록 수정 #PAR-87 * style : Google Java Format * refactor : 테스트 명 수정 #PAR-87 --------- Co-authored-by: 박성우 <[email protected]> Co-authored-by: github-actions <>
1.1.0
- payload에 role 추가
- ControllerAdvice 추가
1.0.0
initial release