From 2cbb91b80438e6f5ec98d004eb5ac8c1650ad176 Mon Sep 17 00:00:00 2001 From: Theron Luhn Date: Sat, 14 Dec 2019 19:30:21 -0600 Subject: Remove TODO for authentication tutorial. It should be done, but not as part of this PR. I'll open an issue. --- docs/quick_tutorial/authentication.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/quick_tutorial') diff --git a/docs/quick_tutorial/authentication.rst b/docs/quick_tutorial/authentication.rst index ccdd9b70b..cd038ea36 100644 --- a/docs/quick_tutorial/authentication.rst +++ b/docs/quick_tutorial/authentication.rst @@ -104,8 +104,6 @@ Steps Analysis ======== -# TODO update - Unlike many web frameworks, Pyramid includes a built-in but optional security model for authentication and authorization. This security system is intended to be flexible and support many needs. In this security model, authentication (who -- cgit v1.2.3