Skip to content

Commit 32631d2

Browse files
committed
feat(config): Extend refresh token TTL to 1 month
1 parent fd8ede1 commit 32631d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
},
1414
oauth: {
1515
accessTokenTTL: 'P2D',
16-
refreshTokenTTL: 'P2W',
16+
refreshTokenTTL: 'P1M',
1717
authorizationCodeTTL: 'PT10M',
1818
},
1919
csrf: {

0 commit comments

Comments
 (0)