We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7334bb6 commit 5740b95Copy full SHA for 5740b95
docs/config/packages/security.yaml
@@ -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