TIDE/backend/tests/Unit/Auth
yisroel adc60a8059
test CreateSession use case
4 cases: returns Session with the generated token + supplied
user; createdAt matches injected Clock now; expiresAt is now+7d;
session is findable via SessionRepository->findByToken. fails
red - CreateSession class missing.
2026-05-06 15:15:04 +03:00
..
UseCases test CreateSession use case 2026-05-06 15:15:04 +03:00