Skip to content

Commit b25ddb2

Browse files
committed
feat: set token expiration to 10 days
1 parent faa7d45 commit b25ddb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/default.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"local": {
1111
"usernameField": "\\username",
1212
"passwordField": "password"
13+
},
14+
"jwtOptions": {
15+
"expiresIn": "10 days"
1316
}
1417
}
1518
}

0 commit comments

Comments
 (0)