Commit eb1ee92 1 parent ce0dc17 commit eb1ee92 Copy full SHA for eb1ee92
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 149
149
* :doc:` /cookbook/routing/redirect_trailing_slash`
150
150
* :doc:` /cookbook/routing/extra_information`
151
151
152
- * :doc:` Authentication </cookbook/security/index>`
152
+ * :doc:` Security Authentication (Identifying/Logging in the User) </cookbook/security/index>`
153
153
154
154
* :doc:` /cookbook/security/form_login_setup`
155
155
* :doc:` /cookbook/security/entity_provider`
163
163
* :doc:` /cookbook/security/csrf_in_login_form`
164
164
* :doc:` /cookbook/security/multiple_user_providers`
165
165
166
- * :doc:` Authorization </cookbook/security/index>`
166
+ * :doc:` Security Authorization (Denying Access) </cookbook/security/index>`
167
167
168
168
* :doc:` /cookbook/security/voters`
169
169
* :doc:` /cookbook/security/voters_data_permission`
Original file line number Diff line number Diff line change 1
1
Security
2
2
========
3
3
4
- Authentication
5
- --------------
4
+ Authentication (Identifying/Logging in the User)
5
+ ------------------------------------------------
6
6
7
7
.. toctree ::
8
8
:maxdepth: 2
@@ -19,8 +19,8 @@ Authentication
19
19
csrf_in_login_form
20
20
multiple_user_providers
21
21
22
- Authorization
23
- -------------
22
+ Authorization (Denying Access)
23
+ ------------------------------
24
24
25
25
.. toctree ::
26
26
:maxdepth: 2
You can’t perform that action at this time.
0 commit comments