Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions user_guide_src/source/extending/authentication.rst
Original file line number Diff line number Diff line change
@@ -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 <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
Expand Down
2 changes: 2 additions & 0 deletions user_guide_src/source/libraries/official_packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ additional functionality that not every site will need or want.
:local:
:depth: 2

.. _shield:

******
Shield
******
Expand Down