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 bbfb24e commit a3d5856Copy full SHA for a3d5856
reference/configuration/security.rst
@@ -61,15 +61,15 @@ Each part will be explained in the next section.
61
62
providers: # Required
63
# Examples:
64
- memory:
65
- name: my_in_memory_provider
66
- users:
67
- foo:
68
- password: foo
69
- roles: ROLE_USER
70
- bar:
71
- password: bar
72
- roles: [ROLE_USER, ROLE_ADMIN]
+ my_in_memory_provider:
+ memory:
+ users:
+ foo:
+ password: foo
+ roles: ROLE_USER
+ bar:
+ password: bar
+ roles: [ROLE_USER, ROLE_ADMIN]
73
74
my_entity_provider:
75
entity:
0 commit comments