A lightweight and secure authentication boilerplate built on CodeIgniter. This boilerplate provides a ready-to-use foundation for user login, registration, and session management, designed to follow best security practices.
- Secure user registration & login
- Password hashing using PHP's
password_hash()andpassword_verify() - CSRF protection
- Session-based authentication
- Input validation & sanitization
- Middleware for protected routes