diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/config/security.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/config/security.yml b/app/config/security.yml index e161c3b5..4a798e56 100644 --- a/app/config/security.yml +++ b/app/config/security.yml | |||
@@ -16,9 +16,11 @@ security: | |||
16 | # the main part of the security, where you can set up firewalls | 16 | # the main part of the security, where you can set up firewalls |
17 | # for specific sections of your app | 17 | # for specific sections of your app |
18 | firewalls: | 18 | firewalls: |
19 | #wsse_secured: | 19 | wsse_secured: |
20 | # pattern: /api/.* | 20 | pattern: /api/.* |
21 | # wsse: true | 21 | wsse: true |
22 | stateless: true | ||
23 | anonymous: true | ||
22 | login_firewall: | 24 | login_firewall: |
23 | pattern: ^/login$ | 25 | pattern: ^/login$ |
24 | anonymous: ~ | 26 | anonymous: ~ |