Skip to content

Commit 778efb0

Browse files
committed
minor #5767 [Cookbook][Security] clarify description of the getPosition() method (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook][Security] clarify description of the getPosition() method | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- 74771b7 clarify description of the getPosition() method
2 parents e34a39b + 74771b7 commit 778efb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/security/custom_authentication_provider.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ requires the following methods:
354354
to the DI container for the appropriate security context.
355355

356356
``getPosition``
357-
Method which must be of type ``pre_auth``, ``form``, ``http``,
358-
and ``remember_me`` and defines the position at which the provider is called.
357+
Method which defines the position at which the provider is called. The
358+
returned value must be one of ``pre_auth``, ``form``, ``http`` or ``remember_me``.
359359

360360
``getKey``
361361
Method which defines the configuration key used to reference

0 commit comments

Comments
 (0)