mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
fix symfony-flex-server request changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user