Skip to content

Commit 37fccf8

Browse files
Add missing blank lines
1 parent eeeb57b commit 37fccf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cookbook/security/multiple_guard_authenticators.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ method should be called when an anonymous user hits a page that requires authent
88

99
Multiple authenticators with shared entry point
1010
-----------------------------------------------
11+
1112
Let's have an example of two authenticators: one based on login form, another one on facebook login.
1213
Both authenticators entry points redirect user to the same login page.
1314
However, in your configuration you have to explicitly say which entry point you want to use.
@@ -75,6 +76,7 @@ There is one limitation with this approach - you have to use exactly one entry p
7576

7677
Multiple authenticators with separate entry points
7778
--------------------------------------------------
79+
7880
Let's now have an example of two different authenticators: one based on login form, another one on an API token.
7981
When user hits secured area he should be redirected to the login page.
8082
Also when user hits an API endpoint, he should get a relevant API response.

0 commit comments

Comments
 (0)