]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix #2056 update config.yml
authorYuriy Evdokimov <rurik19@yandex.ru>
Mon, 21 Nov 2016 06:13:40 +0000 (11:13 +0500)
committerGitHub <noreply@github.com>
Mon, 21 Nov 2016 06:13:40 +0000 (11:13 +0500)
Resolves refresh token lifetime issue

app/config/config.yml

index ffc3bb77b9f7f148dbd7287a4bae9ba3f88ad19e..ed217eb513534f765a0c4bb7f0b6a03a7c8d1f6c 100644 (file)
@@ -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