Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 285 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 285 Bytes

PHP Authentication System (Manual MVC)

A simple authentication system built with PHP using a manual MVC structure. Features include:

  • User registration and login with password hashing.
  • Role-based access control (Admin/User).
  • Session management for secure user authentication.