Skip to content

Commit 0be59aa

Browse files
authored
Merge pull request #134 from Team-Shaka/refactor/133
✨ Feat: 리프레시 토큰 시간 1시간으로 변경
2 parents 0d537cd + d20986f commit 0be59aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jwt:
7474
# secret : ${JWT_SECRET}
7575
authorities-key: authoritiesKey
7676
access-token-validity-in-seconds: 600000 # 10 min
77-
refresh-token-validity-in-seconds: 1200000 # 20 min
77+
refresh-token-validity-in-seconds: 3600000 # 1 hour
7878

7979
firebase:
8080
admin-sdk: ${FCM_KEY}

0 commit comments

Comments
 (0)