Rabbi_Gerzi/backend/tests/Unit
Yisroel Baum 21dca993cd
test: add failing auth controller test
Red phase: AuthControllerTest covers login with valid credentials (returns user+cookie), missing email (400), invalid credentials (401), logout (clears cookie, 204), and me (returns user from attribute).
2026-05-17 09:45:25 +03:00
..
Auth/UseCases test: add failing logout test 2026-05-17 09:45:24 +03:00
Controllers test: add failing auth controller test 2026-05-17 09:45:25 +03:00
Middleware test: add failing auth middleware test 2026-05-17 09:45:24 +03:00