Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 2d4a8d0

Browse files
committed
Updated events section.
1 parent 25f5517 commit 2d4a8d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If you are using our `Spring Security integration <https://github.com/stormpath/
7373

7474
.. note::
7575

76-
Authentication event publishing is delegated to the configured ``AuthenticationEventPublisher`` which defaults to a null implementation which doesn't publish events, so you must inject a publisher bean if you want to receive Spring Security events.
76+
Authentication event publishing is delegated to the configured ``AuthenticationEventPublisher`` which defaults to a null implementation that doesn't publish events, so you must inject a publisher bean if you want to receive Spring Security events.
7777

7878
In the case of a successful authentication an `AuthenticationSuccessEvent <http://docs.spring.io/autorepo/docs/spring-security/current/apidocs/org/springframework/security/authentication/event/AuthenticationSuccessEvent.html>`_ will be triggered. Otherwise, one of many different events denoting the actual authentication failure cause will be triggered.
7979

0 commit comments

Comments
 (0)