From 8c3a59273a8968d87453bce3d5c8a2cc5f0a26e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Mon, 12 Jun 2017 17:28:59 +0200 Subject: [PATCH] Add link to awesome Authentication & Authorization Resolves #3803 --- en/controllers/components/authentication.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/en/controllers/components/authentication.rst b/en/controllers/components/authentication.rst index f253d56ae4..90999c508d 100644 --- a/en/controllers/components/authentication.rst +++ b/en/controllers/components/authentication.rst @@ -21,6 +21,10 @@ a users table, creating a model, controller & views, etc. This is all covered step by step in the :doc:`Blog Tutorial `. +If you are looking for existing authentication and/or authorization solutions +for CakePHP, have a look at the +`Authentication and Authorization `_ section of the Awesome CakePHP list. + Authentication ==============