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 44Custom 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-
117Guard 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
2017Step 1) Prepare your User Class
2118-------------------------------
You can’t perform that action at this time.
0 commit comments