TASK 9 – JWT AUTHENTICATION
============================

REQUIREMENTS:
- PHP 8+
- MySQL
- Postman

SETUP:
1. Create database jwt_app
2. Import database.sql
3. Copy folder to htdocs
4. Update DB credentials in config/db.php
5. Test using Postman

FLOW:
Login -> JWT token generated -> Token sent in Authorization header -> Protected API access

INTERVIEW LINE:
'I implemented stateless authentication using JWT tokens.'
