Skip to content

Authenticators

Authenticator List

Shield provides the following Authenticators:

In addition to the default authenticators listed above, CodeIgniter Shield allows you to build and register Custom Authenticators by implementing the AuthenticatorInterface, enabling completely project-specific authentication strategies (external providers, hardware or device challenges, or any other custom logic), while remaining fully compatible with Shield’s authentication lifecycle and its login/logout event system. For full implementation steps, see Custom Authenticator.