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
292
292
When a provider authenticates the user, a ``security.authentication.success ``
293
293
event is dispatched. But beware - this event may fire, for example, on *every *
294
294
request 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.
296
296
See ``security.interactive_login `` below if you need to do something when a user *actually * logs in.
297
297
298
298
When 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
317
317
the ``switch_user `` firewall listener.
318
318
319
319
The ``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 .
321
321
322
322
.. versionadded :: 4.3
323
323
You can’t perform that action at this time.
0 commit comments