⚠️ Token Expiration Issue
Your JWT tokens have expired. This is causing the "Signature has expired" error when trying to log in.
Current Token Status:
What this does:
• Removes access_token from localStorage
• Removes refresh_token from localStorage
• Allows you to log in fresh with valid credentials
After clearing tokens:
1. Click the "Clear Expired Tokens" button above
2. Navigate to http://localhost:5173/login
3. Log in with your credentials
4. You should now be able to access the application