TASK 2 – LOGIN & REGISTER (INTERVIEW)

- Secure authentication using password_hash & password_verify
- Sessions used for login persistence
- Validation on server side
- AJAX based login without reload
- PDO prepared statements prevent SQL injection

Key line:
'I implemented a secure authentication system using PHP sessions, password hashing, and AJAX.'
