Login, registration, and session flow
The authentication flow: login form, credential check, session creation, and protected routes.
Route::get('/login', [AuthController::class, 'showLogin']);