Issue #3055374 by onxze, Meenakshi.g, christinlepson, joachim, longwave, alexpott: AuthenticationManager's role in setting the current user to anonymous is not clearly documented
parent
42145b4e73
commit
7732e9d794
|
@ -13,7 +13,7 @@ use Symfony\Component\HttpFoundation\Request;
|
||||||
* provider detecting credentials for its method wins. No further provider will
|
* provider detecting credentials for its method wins. No further provider will
|
||||||
* get triggered.
|
* get triggered.
|
||||||
*
|
*
|
||||||
* If no provider set an active user then the user is set to anonymous.
|
* If no provider sets an active user then the user remains anonymous.
|
||||||
*/
|
*/
|
||||||
class AuthenticationManager implements AuthenticationProviderInterface, AuthenticationProviderFilterInterface, AuthenticationProviderChallengeInterface {
|
class AuthenticationManager implements AuthenticationProviderInterface, AuthenticationProviderFilterInterface, AuthenticationProviderChallengeInterface {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue