TIDE/backend/app/Auth/UseCases/CreateSession
yisroel 0697e4af69
implement CreateSession use case
generates token via injected TokenGenerator, asks Clock for now,
sets expiry to now+7d, persists through SessionRepository->create
and returns the resulting Session. all 31 tests pass.
2026-05-06 15:15:25 +03:00
..
CreateSession.php implement CreateSession use case 2026-05-06 15:15:25 +03:00