Skip to content

Commit

Permalink
Merge pull request #59 from Team-Shaka/fix/58
Browse files Browse the repository at this point in the history
🐛 Fix: 토큰 유효기간 변경
  • Loading branch information
koojun99 authored Jun 14, 2024
2 parents 4feec79 + d6357f7 commit 351e8da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jwt:
key: ${JWT_SECRET}
# secret : ${JWT_SECRET}
authorities-key: authoritiesKey
access-token-validity-in-seconds: 30000 # 30 s
refresh-token-validity-in-seconds: 60000 # 1 min
access-token-validity-in-seconds: 180000 # 3 min
refresh-token-validity-in-seconds: 600000 # 5 min



Expand Down

0 comments on commit 351e8da

Please sign in to comment.