TASK 9 – JWT AUTH

- Stateless authentication
- Token-based access control
- Authorization header usage
- Scales well for APIs

KEY LINE:
'I used JWT to authenticate APIs without server-side sessions.'
