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 861e72b commit bf26484Copy full SHA for bf26484
security/api_key_authentication.rst
@@ -111,8 +111,11 @@ method, if any.
111
112
.. caution::
113
114
- In case you return ``null`` from your ``createToken()`` method, be sure to enable
115
- ``anonymous`` in you firewall. This way you'll be able to get an ``AnonymousToken``.
+ In case you return ``null`` from your ``createToken()`` method, Symfony
+ passes this request to the next authentication provider. If you haven't
116
+ configured any other provider, enable the ``anonymous`` option in your
117
+ firewall. This way Symfony executes the anonymous authentication provider
118
+ and you'll get an ``AnonymousToken``.
119
120
2. supportsToken
121
~~~~~~~~~~~~~~~~
0 commit comments