steid

@jamesgill /

14223e7feat: claim, sign in, and sign out through the browser1mo
1//! The web surface: pages, forms, and the request-scoped helpers they use.
2
3pub mod context;
4pub mod layout;
5pub mod pages;
264c436fix: session cookie survives plain-HTTP localhost in dev1mo
6pub mod session_cookie;
14223e7feat: claim, sign in, and sign out through the browser1mo
7pub mod setup;