File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ APP_KEY=
197
197
## JSON Web Token session management, encryption secret, defaults to APP_KEY value
198
198
#JWT_SECRET=
199
199
## JWT time to live in minutes
200
- #DF_JWT_TTL=60
200
+ #DF_JWT_TTL=1440
201
201
## Refresh time to live in minutes, defaults to 2 weeks
202
202
#DF_JWT_REFRESH_TTL=20160
203
203
## Allow sessions to be refreshable forever, true or false
Original file line number Diff line number Diff line change 91
91
|
92
92
*/
93
93
94
- 'ttl ' => env ('DF_JWT_TTL ' , 60 ),
94
+ 'ttl ' => env ('DF_JWT_TTL ' , 1440 ),
95
95
96
96
/*
97
97
|--------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ declare -A settings=(
133
133
[" DF_CONFIRM_CODE_LENGTH" ]=" 32"
134
134
[" DF_CONFIRM_CODE_TTL" ]=" 1440"
135
135
[" JWT_SECRET" ]=" "
136
- [" DF_JWT_TTL" ]=" 60 "
136
+ [" DF_JWT_TTL" ]=" 1440 "
137
137
[" DF_JWT_REFRESH_TTL" ]=" 20160"
138
138
[" DF_ALLOW_FOREVER_SESSIONS" ]=" false"
139
139
[" DF_CONFIRM_RESET_URL" ]=" '/dreamfactory/dist/#/reset-password'"
You can’t perform that action at this time.
0 commit comments