You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeIgniter intentionally does not provide an internal authentication or authorization class. There are a number
5
+
of great third-party modules that provide these services, as well as resources in the community for writing
6
+
your own. The following are recommended guidelines to encourage consistency among developers of
7
+
modules, projects, and the framework itself.
8
+
9
+
Recommendations
10
+
===============
11
+
12
+
* Modules that handle login and logout operations should trigger the ``login`` and ``logout`` Events when successful
13
+
* Modules that define a "current user" should define the function ``user_id()`` to return the user's unique identifier, or ``null`` for "no current user"
0 commit comments