From e6d9848043e4dbbe914c2a5804d6f8e32bbe3fe8 Mon Sep 17 00:00:00 2001 From: andreybolonin Date: Tue, 12 Jun 2018 08:15:07 +0300 Subject: [PATCH] fix symfony-flex-server request changes --- hwi/oauth-bundle/0.6/config/packages/hwi_oauth.yaml | 6 +++--- hwi/oauth-bundle/0.6/config/routes/hwi_oauth_routing.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hwi/oauth-bundle/0.6/config/packages/hwi_oauth.yaml b/hwi/oauth-bundle/0.6/config/packages/hwi_oauth.yaml index 4b7eedf9..15af8c62 100644 --- a/hwi/oauth-bundle/0.6/config/packages/hwi_oauth.yaml +++ b/hwi/oauth-bundle/0.6/config/packages/hwi_oauth.yaml @@ -7,13 +7,13 @@ hwi_oauth: # redirect the user to /my/destination after facebook authenticates them. If this is not # set then the user will be redirected to the original resource that they requested, or # the base address if no resource was requested. This is similar to the behaviour of - # [target_path_parameter for form login](http://symfony.com/doc/2.0/cookbook/security/form_login.html). + # [target_path_parameter for form login](https://symfony.com/doc/2.0/cookbook/security/form_login.html). # target_path_parameter: _destination # an optional setting to use the HTTP REFERER header to be used in case no # previous URL was stored in the session (i.e. no resource was requested). # This is similar to the behaviour of - # [using the referring URL for form login](http://symfony.com/doc/2.0/cookbook/security/form_login.html#using-the-referring-url). + # [using the referring URL for form login](https://symfony.com/doc/2.0/cookbook/security/form_login.html#using-the-referring-url). # use_referer: true # here you will add one (or more) configurations for resource owners @@ -26,4 +26,4 @@ hwi_oauth: scope: "email" options: display: popup - csrf: true \ No newline at end of file + csrf: true diff --git a/hwi/oauth-bundle/0.6/config/routes/hwi_oauth_routing.yaml b/hwi/oauth-bundle/0.6/config/routes/hwi_oauth_routing.yaml index 2c11a501..ffab9d9f 100644 --- a/hwi/oauth-bundle/0.6/config/routes/hwi_oauth_routing.yaml +++ b/hwi/oauth-bundle/0.6/config/routes/hwi_oauth_routing.yaml @@ -8,4 +8,4 @@ hwi_oauth_connect: hwi_oauth_login: resource: "@HWIOAuthBundle/Resources/config/routing/login.xml" - prefix: /login \ No newline at end of file + prefix: /login