File tree Expand file tree Collapse file tree 1 file changed +4
-32
lines changed Expand file tree Collapse file tree 1 file changed +4
-32
lines changed Original file line number Diff line number Diff line change 1
1
security :
2
- encoders :
3
- Symfony\Component\Security\Core\User\User : plaintext
4
-
5
- role_hierarchy :
6
- ROLE_ADMIN : ROLE_USER
7
- ROLE_SUPER_ADMIN : [ROLE_USER, ROLE_ADMIN, ROLE_ALLOWED_TO_SWITCH]
2
+ firewalls :
3
+ anonymous :
4
+ anonymous : ~
8
5
9
6
providers :
10
7
in_memory :
11
- memory : ~
12
-
13
- firewalls :
14
- dev :
15
- pattern : ^/(_(profiler|wdt)|css|images|js)/
16
- security : false
17
-
18
- # login:
19
- # pattern: ^/demo/secured/login$
20
- # security: false
21
- #
22
- # secured_area:
23
- # pattern: ^/demo/secured/
24
- # form_login:
25
- # check_path: _security_check
26
- # login_path: _demo_login
27
- # logout:
28
- # path: _demo_logout
29
- # target: _demo
30
- anonymous : ~
31
- # #http_basic:
32
- # # realm: "Secured Demo Area"
33
- #
34
- # access_control:
35
- # - { path: ^/demo/secured/hello/admin/, roles: ROLE_ADMIN }
36
- # #- { path: ^/login, roles: IS_AUTHENTICATED_ANONYMOUSLY, requires_channel: https }
8
+ memory :
You can’t perform that action at this time.
0 commit comments