TIDE/backend/app
Yisroel Baum 9049f1581b
implement auth controller and routes
Wires AuthController (signup, confirmEmail, login, me, logout)
to the existing auth use cases. Routes mounted under /api with
AuthMiddleware on logout/me. RepositoryServiceProvider gains
EmailConfirmationToken and Post bindings; AppServiceProvider
binds the Emailer/EmailFactory and constructs SignupUser with
the configured from-address.
2026-05-06 22:12:51 +03:00
..
Auth implement Logout use case 2026-05-06 15:16:03 +03:00
Controllers implement auth controller and routes 2026-05-06 22:12:51 +03:00
Email add Emailer and EmailFactory interfaces with laravel + fake impls 2026-05-06 22:06:30 +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 implement auth controller and routes 2026-05-06 22:12:51 +03:00
Shared/ValueObject implement EmailAddress value object 2026-05-06 14:52:45 +03:00
User implement SignupUser two-step confirm flow 2026-05-06 22:08:54 +03:00