TIDE/backend/app/Providers
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
..
AppServiceProvider.php implement auth controller and routes 2026-05-06 22:12:51 +03:00
RepositoryServiceProvider.php implement auth controller and routes 2026-05-06 22:12:51 +03:00