Increase access_token lifetime

This commit is contained in:
Chocobozzz
2018-06-08 08:17:41 +02:00
parent 8eb8bc201e
commit ff193d5e3f

View File

@@ -39,7 +39,7 @@ const SORTABLE_COLUMNS = {
}
const OAUTH_LIFETIME = {
ACCESS_TOKEN: 3600 * 4, // 4 hours
ACCESS_TOKEN: 3600 * 24, // 1 day, for upload
REFRESH_TOKEN: 1209600 // 2 weeks
}