From: Yuriy Evdokimov Date: Mon, 21 Nov 2016 06:13:40 +0000 (+0500) Subject: Fix #2056 update config.yml X-Git-Tag: 2.1.6~3^2~1 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=5e7fdfc8dd4398c11c1e9d242b2a7c3ebba10a39 Fix #2056 update config.yml Resolves refresh token lifetime issue --- diff --git a/app/config/config.yml b/app/config/config.yml index ffc3bb77..ed217eb5 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -193,7 +193,9 @@ fos_oauth_server: auth_code_class: Wallabag\ApiBundle\Entity\AuthCode service: user_provider: fos_user.user_manager - + options: + refresh_token_lifetime: 1209600 + scheb_two_factor: trusted_computer: enabled: true