File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 4
4
Custom Authentication System with Guard (API Token Example)
5
5
===========================================================
6
6
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
-
11
7
Guard authentication can be used to:
12
8
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
16
13
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.
19
16
20
17
Step 1) Prepare your User Class
21
18
-------------------------------
You can’t perform that action at this time.
0 commit comments