From 5e7fdfc8dd4398c11c1e9d242b2a7c3ebba10a39 Mon Sep 17 00:00:00 2001 From: Yuriy Evdokimov Date: Mon, 21 Nov 2016 11:13:40 +0500 Subject: Fix #2056 update config.yml Resolves refresh token lifetime issue --- app/config/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/config/config.yml') 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 -- cgit v1.2.3 From 05cdd393d8035f2db5b5982cb9bb38832fc35732 Mon Sep 17 00:00:00 2001 From: Yuriy Evdokimov Date: Mon, 21 Nov 2016 11:29:09 +0500 Subject: wrong spaces --- app/config/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/config/config.yml') diff --git a/app/config/config.yml b/app/config/config.yml index ed217eb5..85383f13 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -193,8 +193,8 @@ fos_oauth_server: auth_code_class: Wallabag\ApiBundle\Entity\AuthCode service: user_provider: fos_user.user_manager - options: - refresh_token_lifetime: 1209600 + options: + refresh_token_lifetime: 1209600 scheb_two_factor: trusted_computer: -- cgit v1.2.3