TIDE/backend/app
Yisroel Baum 298b8634ec
extend User entity with displayname and email confirmation
Add display_name (unique) and email_confirmed_at columns plus
matching getters, DTO fields, repo methods (findByDisplayName,
update), and migration. Existing auth tests updated to construct
User with the new params.
2026-05-06 22:03:19 +03:00
..
Auth implement Logout use case 2026-05-06 15:16:03 +03:00
Exceptions add domain exception classes 2026-05-06 14:51:41 +03:00
Http/Middleware implement AuthMiddleware 2026-05-06 15:16:59 +03:00
Post implement DeletePost use case 2026-05-06 21:58:25 +03:00
Providers wire repository and utility bindings 2026-05-06 15:18:06 +03:00
Shared/ValueObject implement EmailAddress value object 2026-05-06 14:52:45 +03:00
User extend User entity with displayname and email confirmation 2026-05-06 22:03:19 +03:00