# `Keksdose.DashboardPlug`
[🔗](https://github.com/io2/keksdose/blob/v0.4.1/lib/keksdose/dashboard_plug.ex#L1)

Server-rendered analytics view for consent records.

Mount inside an auth-protected scope at whatever path makes sense for
your app — the plug doesn't care about its own URL:

    forward "/admin/keksdose/records", Keksdose.DashboardPlug

Any GET that lands on the plug renders the dashboard. Non-GET methods
return 405.

**The host application is responsible for authentication.** This plug
does no access control of its own.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
