Goal-Calibration/app/Text
Yisroel Baum bac8323806
extract user from session in text controller
prevent payload from spoofing ownership by reading the user
from the request attribute set by auth middleware. respond 401
when unauthenticated.
2026-05-02 21:27:36 +03:00
..
UseCases pass user object to create text use case 2026-05-02 21:27:32 +03:00
CreateTextDto.php add user property to text entity 2026-05-02 21:27:28 +03:00
JsonTextRepository.php php cs fixer 2026-04-19 23:07:48 +03:00
Text.php add user property to text entity 2026-05-02 21:27:28 +03:00
TextController.php extract user from session in text controller 2026-05-02 21:27:36 +03:00
TextRepository.php add getAll method to text repo 2026-04-12 21:54:31 +03:00