We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd542a9 + bdda361 commit 87bf5abCopy full SHA for 87bf5ab
src/main/resources/application.yml
@@ -73,8 +73,8 @@ jwt:
73
key: ${JWT_SECRET}
74
# secret : ${JWT_SECRET}
75
authorities-key: authoritiesKey
76
- access-token-validity-in-seconds: 120000 # 2 min
77
- refresh-token-validity-in-seconds: 300000 # 5 min
+ access-token-validity-in-seconds: 1296000000 # 15 days
+ refresh-token-validity-in-seconds: 5184000000 # 60 days
78
79
firebase:
80
admin-sdk: ${FCM_KEY}
0 commit comments