Skip to content

Commit

Permalink
Merge pull request #146 from Team-Shaka/refactor/145
Browse files Browse the repository at this point in the history
♻️ Refactor: Update token expiration
  • Loading branch information
koojun99 authored Nov 15, 2024
2 parents fd542a9 + bdda361 commit 87bf5ab
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 @@ -73,8 +73,8 @@ jwt:
key: ${JWT_SECRET}
# secret : ${JWT_SECRET}
authorities-key: authoritiesKey
access-token-validity-in-seconds: 120000 # 2 min
refresh-token-validity-in-seconds: 300000 # 5 min
access-token-validity-in-seconds: 1296000000 # 15 days
refresh-token-validity-in-seconds: 5184000000 # 60 days

firebase:
admin-sdk: ${FCM_KEY}
Expand Down

0 comments on commit 87bf5ab

Please sign in to comment.