fix symfony-flex-server request changes

This commit is contained in:
andreybolonin
2018-06-12 08:15:07 +03:00
parent 609394f3eb
commit e6d9848043
2 changed files with 4 additions and 4 deletions
@@ -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
csrf: true
@@ -8,4 +8,4 @@ hwi_oauth_connect:
hwi_oauth_login:
resource: "@HWIOAuthBundle/Resources/config/routing/login.xml"
prefix: /login
prefix: /login