Skip to content

Commit

Permalink
Fix: JWT의 안전한 서명 코드를 구현하기 위해, RFC 표준에 맞게 jws 서명키값 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wanniDev committed Jun 14, 2024
1 parent 95b731d commit 8c42b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jwt:
tokenExpirationSec: 1800
refreshExpirationSec: 604800
tokenIssuer: tiketatka
base64TokenSigningKey: tiketatka-prod
base64TokenSigningKey: -hlsZR9K42niHhGXI4qhpeetTZ-MFC121DXl_MzFBq0
token:
size: 200
capacity: 200

0 comments on commit 8c42b8e

Please sign in to comment.