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 2c01e73 commit 6be7971Copy full SHA for 6be7971
reference/configuration/security.rst
@@ -72,7 +72,7 @@ Each part will be explained in the next section.
72
time_cost: 2 # Number of iterations
73
threads: 2 # Number of parallel threads
74
75
- providers: # Required
+ providers:
76
# Examples:
77
my_in_memory_provider:
78
memory:
@@ -301,6 +301,9 @@ Each part will be explained in the next section.
301
ROLE_ADMIN: [ROLE_ORGANIZER, ROLE_USER]
302
ROLE_SUPERADMIN: [ROLE_ADMIN]
303
304
+.. versionadded:: 4.1
305
+ The ``providers`` option is optional starting from Symfony 4.1.
306
+
307
.. _reference-security-firewall-form-login:
308
309
Form Login Configuration
0 commit comments