update access token expired time

This commit is contained in:
2024-12-01 20:54:56 +07:00
parent f565b9b8b0
commit a93d4db18d
4 changed files with 110 additions and 36 deletions

View File

@ -29,7 +29,7 @@
},
"auth": {
"refresh_token_lifetime_day": 30,
"access_token_lifetime": 300,
"access_token_lifetime": 86400,
"reset_password_url": "https://bri-dev.shiblysolution.id/reset-password/"
},
"service": {

View File

@ -29,7 +29,7 @@
},
"auth": {
"refresh_token_lifetime_day": 30,
"access_token_lifetime": 300,
"access_token_lifetime": 86400,
"reset_password_url": "https://bri-dev.shiblysolution.id/reset-password/"
},
"service": {