Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 521 Bytes

File metadata and controls

12 lines (9 loc) · 521 Bytes

CodeIgniter Secure Authentication Boilerplate

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.

🚀 Features

  • Secure user registration & login
  • Password hashing using PHP's password_hash() and password_verify()
  • CSRF protection
  • Session-based authentication
  • Input validation & sanitization
  • Middleware for protected routes