Commit graph

6 commits

Author SHA1 Message Date
67dd376a2f
format backend code 2026-05-25 20:24:59 +03:00
613180d459
copy user entity and auth from ysv 2026-05-18 21:32:55 +03:00
f6a33cf620
delete backend, starting over 2026-05-18 21:18:20 +03:00
c6306af73b
implement: move null/empty token guard into logout use case
Green phase: execute() accepts ?string, returns early for null or empty string, otherwise delegates to repository.
2026-05-17 10:09:31 +03:00
56ddba707d
format: fix psr12 style issues
phpcbf auto-fixes: string concatenation spacing, single-line class braces, closing brace placement.
2026-05-17 09:45:26 +03:00
58772d66c1
implement logout use case
Green phase: Logout calls deleteByToken on SessionRepository. No-op for non-existent tokens.
2026-05-17 09:45:24 +03:00