TIDE/backend/routes
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
..
api.php implement auth controller and routes 2026-05-06 22:12:51 +03:00
console.php scaffold laravel 12 backend 2026-05-06 14:46:41 +03:00
web.php scaffold laravel 12 backend 2026-05-06 14:46:41 +03:00