=== Task 2.5: Login and Session Management Tests === Testing Property 6: Authentication with valid credentials... ✓ Valid credentials authentication test passed Testing Property 7: Authentication with invalid credentials... ✗ Session should not be created for invalid credentials Testing session validation middleware... ✓ Session validation middleware test passed Testing logout functionality... ✓ Logout functionality test passed Testing Auth facade functionality... ✓ Auth facade functionality test passed Testing session timeout behavior... ✗ Session should be destroyed after timeout === Test Summary === Passed: 4/6 ✗ Some tests failed. Please review the implementation.