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 29d3c27 commit 14f9bd3Copy full SHA for 14f9bd3
security/custom_authenticator.rst
@@ -130,6 +130,12 @@ The authenticator can be enabled using the ``custom_authenticators`` setting:
130
;
131
};
132
133
+.. deprecated:: 5.4
134
+
135
+ Having multiple user providers and a ``custom_authenticator`` and not having specified the user provider
136
+ to use has been deprecated in Symfony 5.4. If you have registered multiple user providers, you must set the
137
+ ``provider`` key to one of the configured providers, even if your custom authenticators don't use it.
138
139
.. versionadded:: 5.2
140
141
Starting with Symfony 5.2, the custom authenticator is automatically
0 commit comments