Skip to content

Commit fdc2f37

Browse files
committed
refactor: access-token 유효시간 15분으로 변경
1 parent 70ff626 commit fdc2f37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ spring:
5353
jwt:
5454
issuer: Hyerim kim
5555
secret: ${JWT_SECRET}
56-
access-token-validity: 180000 #엑세스 토큰 만료 시간
56+
access-token-validity: 900000 #엑세스 토큰 만료 시간
5757
refresh-token-validity: 1209600000 #리프레시 토큰 만료 시간

0 commit comments

Comments
 (0)