From 3713970f9b438fbffb309a30140e8c9a4b42f16d Mon Sep 17 00:00:00 2001 From: kenjis Date: Sun, 5 Jun 2022 17:42:36 +0900 Subject: [PATCH] docs: update authentication.rst --- user_guide_src/source/extending/authentication.rst | 11 +++++++---- user_guide_src/source/libraries/official_packages.rst | 2 ++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/user_guide_src/source/extending/authentication.rst b/user_guide_src/source/extending/authentication.rst index 5ab8f1bf3552..e319472099f8 100644 --- a/user_guide_src/source/extending/authentication.rst +++ b/user_guide_src/source/extending/authentication.rst @@ -1,9 +1,12 @@ -Authentication +Authentication ##################################### -CodeIgniter intentionally does not provide an internal authentication or authorization class. There are a number -of great third-party modules that provide these services, as well as resources in the community for writing -your own. The following are recommended guidelines to encourage consistency among developers of +CodeIgniter provides an official authentication and authorization framework +:ref:`CodeIgniter Shield ` for CodeIgniter 4, +It is designed to be secure, flexible, and easily extendable to meet the needs +of many different types of websites. + +The following are recommended guidelines to encourage consistency among developers of modules, projects, and the framework itself. Recommendations diff --git a/user_guide_src/source/libraries/official_packages.rst b/user_guide_src/source/libraries/official_packages.rst index 769da6aac3ed..17acdd3d14cf 100644 --- a/user_guide_src/source/libraries/official_packages.rst +++ b/user_guide_src/source/libraries/official_packages.rst @@ -11,6 +11,8 @@ additional functionality that not every site will need or want. :local: :depth: 2 +.. _shield: + ****** Shield ******