File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11security :
22 # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
33 providers :
4- in_memory : { memory: null }
4+ users_in_memory : { memory: null }
55 firewalls :
66 dev :
77 pattern : ^/(_(profiler|wdt)|css|images|js)/
88 security : false
99 main :
1010 anonymous : true
11+ provider : users_in_memory
1112
1213 # activate different ways to authenticate
1314 # https://symfony.com/doc/current/security.html#firewalls-authentication
Original file line number Diff line number Diff line change 11security :
22 # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
33 providers :
4- in_memory : { memory: null }
4+ users_in_memory : { memory: null }
55 firewalls :
66 dev :
77 pattern : ^/(_(profiler|wdt)|css|images|js)/
88 security : false
99 main :
1010 anonymous : lazy
11+ provider : users_in_memory
1112
1213 # activate different ways to authenticate
1314 # https://symfony.com/doc/current/security.html#firewalls-authentication
You can’t perform that action at this time.
0 commit comments