We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a376f77 commit c216598Copy full SHA for c216598
book/security.rst
@@ -14,11 +14,11 @@ is both flexible and (hopefully) fun to work with.
14
Since there's a lot to talk about, this chapter is organized into a few big
15
sections:
16
17
-1) Initial ``security.yml`` setup (*authentication*);
+1. Initial ``security.yml`` setup (*authentication*);
18
19
-2) Denying access to your app (*authorization*);
+2. Denying access to your app (*authorization*);
20
21
-3) Fetching the current User object.
+3. Fetching the current User object.
22
23
These are followed by a number of small (but still captivating) sections,
24
like :ref:`logging out <book-security-logging-out>` and :ref:`encoding user passwords <security-encoding-password>`.
0 commit comments