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 1
1
security :
2
2
# https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
3
3
providers :
4
- in_memory : { memory: null }
4
+ users_in_memory : { memory: null }
5
5
firewalls :
6
6
dev :
7
7
pattern : ^/(_(profiler|wdt)|css|images|js)/
8
8
security : false
9
9
main :
10
10
anonymous : true
11
+ provider : users_in_memory
11
12
12
13
# activate different ways to authenticate
13
14
# https://symfony.com/doc/current/security.html#firewalls-authentication
Original file line number Diff line number Diff line change 1
1
security :
2
2
# https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
3
3
providers :
4
- in_memory : { memory: null }
4
+ users_in_memory : { memory: null }
5
5
firewalls :
6
6
dev :
7
7
pattern : ^/(_(profiler|wdt)|css|images|js)/
8
8
security : false
9
9
main :
10
10
anonymous : lazy
11
+ provider : users_in_memory
11
12
12
13
# activate different ways to authenticate
13
14
# https://symfony.com/doc/current/security.html#firewalls-authentication
You can’t perform that action at this time.
0 commit comments