Skip to content

Commit 0710361

Browse files
committed
test: security configuration
1 parent 3b42baf commit 0710361

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/config/packages/security.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
security:
2+
password_hashers:
3+
Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'auto'
4+
providers:
5+
users_in_memory: { memory: null }
6+
firewalls:
7+
dev:
8+
pattern: ^/(_(profiler|wdt)|css|images|js)/
9+
security: false
10+
main:
11+
lazy: true
12+
provider: users_in_memory
13+
access_control:

0 commit comments

Comments
 (0)