Provides the official authentication and authorization framework specifically for CodeIgniter 4 applications.
Shield offers common authentication methods like session-based email/username/password systems and various token-based approaches including Access Tokens, HMAC SHA256 Tokens, and JSON Web Tokens. It comes with ready-to-use controllers and basic views for standard user flows such as registration, login, and password resets, aimed at quick setup and extensibility.
Provides the official authentication and authorization framework specifically for CodeIgniter 4 applications.
CodeIgniter 4 developers who need a secure, flexible, and officially supported solution for managing user authentication and authorization.