Skip to content

Commit 5d68e7b

Browse files
committed
Merge branch '5.0'
* 5.0: Update guard_authentication.rst
2 parents f8a0b17 + a905610 commit 5d68e7b

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

security/guard_authentication.rst

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@
44
Custom Authentication System with Guard (API Token Example)
55
===========================================================
66

7-
Whether you need to build a traditional login form, an API token authentication system
8-
or you need to integrate with some proprietary single-sign-on system, the Guard
9-
component will be the right choice!
10-
117
Guard authentication can be used to:
128

13-
* :doc:`Build a Login Form </security/form_login_setup>`,
14-
* Create an API token authentication system (done on this page!)
15-
* `Social Authentication`_ (or use `HWIOAuthBundle`_ for a robust, but non-Guard solution)
9+
* :doc:`Build a Login Form </security/form_login_setup>`
10+
* Create an API token authentication system (see below)
11+
* `Social Authentication`_ (or use `HWIOAuthBundle`_ for a robust non-Guard solution)
12+
* Integrate with some proprietary single-sign-on system
1613

17-
or anything else. In this example, we'll build an API token authentication
18-
system so we can learn more about Guard in detail.
14+
and many more. In this example, we'll build an API token authentication
15+
system, so we can learn more about Guard in detail.
1916

2017
Step 1) Prepare your User Class
2118
-------------------------------

0 commit comments

Comments
 (0)