We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c6853 commit 7235227Copy full SHA for 7235227
1 file changed
doc/providers/custom.rst
@@ -33,6 +33,9 @@ authentication token, the user entity and other information.
33
The method has to decide if the user should be asked for two-factor authentication from that provider. In that case
34
return ``true``, otherwise ``false``.
35
36
+prepareAuthentication
37
+~~~~~~~~~~~~~~~~~~~~~
38
+
39
.. code-block:: php
40
41
public function prepareAuthentication(object $user): void;
0 commit comments