TIDE/backend/app/Auth/UseCases
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
..
AuthenticateUser implement AuthenticateUser use case 2026-05-06 15:14:34 +03:00
CreateSession implement CreateSession use case 2026-05-06 15:15:25 +03:00