From 5e7fdfc8dd4398c11c1e9d242b2a7c3ebba10a39 Mon Sep 17 00:00:00 2001 From: Yuriy Evdokimov Date: Mon, 21 Nov 2016 11:13:40 +0500 Subject: [PATCH] Fix #2056 update config.yml Resolves refresh token lifetime issue --- app/config/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.41.0