Skip to content

Commit

Permalink
add missing logout_on_user_change options
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Dec 12, 2017
1 parent 76176d9 commit fde1f48
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 0 deletions.
Expand Up @@ -28,6 +28,7 @@ security:
security: false

default:
logout_on_user_change: true
form_login:
check_path: /login_check
default_target_path: /profile
Expand Down
Expand Up @@ -16,10 +16,12 @@ services:
security:
firewalls:
secure:
logout_on_user_change: true
pattern: ^/secure/
http_basic: { realm: "Secure Gateway API" }
entry_point: firewall_entry_point.entry_point.stub
default:
logout_on_user_change: true
anonymous: ~
access_control:
- { path: ^/secure/, roles: ROLE_SECURE }
Expand Down
Expand Up @@ -13,6 +13,7 @@ security:

firewalls:
main:
logout_on_user_change: true
pattern: ^/
anonymous: true
json_login:
Expand Down
Expand Up @@ -13,6 +13,7 @@ security:

firewalls:
main:
logout_on_user_change: true
pattern: ^/
anonymous: true
json_login:
Expand Down
Expand Up @@ -15,4 +15,5 @@ security:

firewalls:
default:
logout_on_user_change: true
anonymous: ~
Expand Up @@ -20,6 +20,7 @@ security:
security: false

default:
logout_on_user_change: true
form_login:
check_path: /login_check
default_target_path: /profile
Expand All @@ -28,6 +29,7 @@ security:

# This firewall is here just to check its the logout functionality
second_area:
logout_on_user_change: true
http_basic: ~
anonymous: ~
logout:
Expand Down
Expand Up @@ -13,6 +13,7 @@ security:

firewalls:
default:
logout_on_user_change: true
form_login:
login_path: localized_login_path
check_path: localized_check_path
Expand Down
Expand Up @@ -13,6 +13,7 @@ security:

firewalls:
default:
logout_on_user_change: true
form_login:
login_path: localized_login_path
check_path: localized_check_path
Expand Down

0 comments on commit fde1f48

Please sign in to comment.