=== Testing JWT Login Endpoint === 1. Testing Login with Existing User... ❌ Login endpoint not accessible Error: file_get_contents(http://127.0.0.1:8000/api/v1/auth/login): Failed to open stream: Connection refused === Test Summary === If login is successful, your JWT authentication is working! Your mobile app should be able to connect to the backend. Make sure your app uses: - Base URL: http://127.0.0.1:8000/api/v1 - Include JWT token in Authorization header: Bearer {token} Test completed.