🔐 What is an Access Token? A small piece of data (usually a JWT) that proves the user is logged in. It is sent with every request to protected routes (like fetching user profile, updating data, etc.). The server checks the access token to see if ...