A secure web-based authentication system built with PHP, SQLite, HTML, CSS, and JavaScript. It demonstrates password hashing, session-based authentication, CSRF protection, and protected dashboard access.
- User registration with input validation
- Password hashing using PHP's password API
- Session-based login and logout
- Protected dashboard for authenticated users
- CSRF protection on login and register forms
- Start the app:
cd /workspaces/Secure-Login-System ./serve.sh - Open http://127.0.0.1:8000/login.php