We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c216598 commit 6491394Copy full SHA for 6491394
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*);
+#. Initial ``security.yml`` setup (*authentication*);
18
19
-2. Denying access to your app (*authorization*);
+#. Denying access to your app (*authorization*);
20
21
-3. Fetching the current User object.
+#. 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