File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ Authentication Success and Failure Events
292292When a provider authenticates the user, a ``security.authentication.success ``
293293event is dispatched. But beware - this event may fire, for example, on *every *
294294request if you have session-based authentication, if ``always_authenticate_before_granting ``
295- is enabled or if token is not authenticated before AccessListener is invoked.
295+ is enabled or if the token is not authenticated before AccessListener is invoked.
296296See ``security.interactive_login `` below if you need to do something when a user *actually * logs in.
297297
298298When a provider attempts authentication but fails (i.e. throws an ``AuthenticationException ``),
@@ -317,7 +317,7 @@ The ``security.switch_user`` event is triggered every time you activate
317317the ``switch_user `` firewall listener.
318318
319319The ``Symfony\Component\Security\Http\Event\DeauthenticatedEvent `` event is triggered when a token has been deauthenticated
320- because of a user change, it can help you doing some clean-up task .
320+ because of a user change. It can help you perform clean-up tasks .
321321
322322.. versionadded :: 4.3
323323
You can’t perform that action at this time.
0 commit comments