NAME

Developer::Dashboard::Web::App - local web application for Developer Dashboard

SYNOPSIS

my $app = Developer::Dashboard::Web::App->new(
    auth     => $auth,
    pages    => $pages,
    sessions => $sessions,
);

DESCRIPTION

This module handles the browser-facing dashboard routes, helper login flow, page rendering modes, and page/action execution endpoints.

METHODS

new, handle

Construct and dispatch the local web application.